bugfix di alcuni problemi di interfaccia
All checks were successful
Build and Publish / build (push) Successful in 3m8s

This commit is contained in:
Simone Bierti
2026-04-11 22:00:48 +02:00
parent 45968b28e2
commit 35e3c51623
19 changed files with 119 additions and 62 deletions

View File

@@ -20,18 +20,18 @@
"pagination": "pagination",
"relationships": [
{
"relationshipSide": "left",
"relationshipType": "many-to-one",
"otherEntityField": "username",
"otherEntityName": "utenteApp",
"relationshipName": "confermataDa",
"otherEntityField": "username"
"relationshipSide": "left",
"relationshipType": "many-to-one"
},
{
"relationshipSide": "right",
"relationshipType": "one-to-one",
"otherEntityName": "prenotazione",
"otherEntityRelationshipName": "conferma",
"relationshipName": "prenotazione"
"relationshipName": "prenotazione",
"relationshipSide": "right",
"relationshipType": "one-to-one"
}
],
"searchEngine": "no",