category children readonly
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
"type": "hasMany",
|
||||
"foreign": "parent",
|
||||
"entity": "{entityType}",
|
||||
"readOnly": true,
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
|
||||
@@ -68,7 +68,8 @@
|
||||
"children": {
|
||||
"type": "hasMany",
|
||||
"foreign": "parent",
|
||||
"entity": "DocumentFolder"
|
||||
"entity": "DocumentFolder",
|
||||
"readOnly": true
|
||||
},
|
||||
"documents": {
|
||||
"type": "hasMany",
|
||||
|
||||
@@ -63,7 +63,8 @@
|
||||
"children": {
|
||||
"type": "hasMany",
|
||||
"foreign": "parent",
|
||||
"entity": "EmailTemplateCategory"
|
||||
"entity": "EmailTemplateCategory",
|
||||
"readOnly": true
|
||||
},
|
||||
"emailTemplates": {
|
||||
"type": "hasMany",
|
||||
|
||||
Reference in New Issue
Block a user