new fields in TransactionItem.java active and relationship to registration
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
"fieldName": "comment",
|
||||
"fieldType": "String",
|
||||
"fieldValidateRules": []
|
||||
},
|
||||
{
|
||||
"fieldName": "locked",
|
||||
"fieldType": "Boolean",
|
||||
"fieldValidateRules": []
|
||||
}
|
||||
],
|
||||
"name": "TransactionItem",
|
||||
@@ -39,6 +44,14 @@
|
||||
"relationshipName": "event",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-one"
|
||||
},
|
||||
{
|
||||
"otherEntityField": "playerName",
|
||||
"otherEntityName": "registration",
|
||||
"otherEntityRelationshipName": "transactionItem",
|
||||
"relationshipName": "registration",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-one"
|
||||
}
|
||||
],
|
||||
"searchEngine": "no",
|
||||
|
||||
Reference in New Issue
Block a user