bugfix di alcuni problemi di interfaccia
All checks were successful
Build and Publish / build (push) Successful in 3m8s
All checks were successful
Build and Publish / build (push) Successful in 3m8s
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user