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

@@ -36,25 +36,25 @@
"pagination": "pagination",
"relationships": [
{
"relationshipSide": "left",
"relationshipType": "one-to-one",
"otherEntityName": "conferma",
"otherEntityRelationshipName": "prenotazione",
"relationshipName": "conferma"
"relationshipName": "conferma",
"relationshipSide": "left",
"relationshipType": "one-to-one"
},
{
"relationshipSide": "left",
"relationshipType": "many-to-one",
"otherEntityField": "username",
"otherEntityName": "utenteApp",
"relationshipName": "utente",
"otherEntityField": "username"
"relationshipSide": "left",
"relationshipType": "many-to-one"
},
{
"relationshipSide": "left",
"relationshipType": "many-to-one",
"otherEntityField": "nome",
"otherEntityName": "struttura",
"relationshipName": "struttura",
"otherEntityField": "nome"
"relationshipSide": "left",
"relationshipType": "many-to-one"
}
],
"searchEngine": "no",