category children readonly

This commit is contained in:
Yuri Kuznetsov
2024-11-11 09:09:21 +02:00
parent 9ad41113ec
commit e665423451
3 changed files with 5 additions and 2 deletions
@@ -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",