Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
{
"controller": "controllers/record",
"dynamicHandler": "advanced:dynamic-handlers/report-panel",
"views": {
"list": "advanced:views/report-panel/list"
},
"recordViews": {
"list": "advanced:views/report-panel/record/list",
"edit": "advanced:views/report-panel/record/edit",
"editSmall": "advanced:views/report-panel/record/edit-small"
},
"menu": {
"list": {
"buttons": [
{
"label": "Rebuild Panels",
"name": "rebuildPanels",
"action": "rebuildPanels"
}
]
}
},
"defaultSidePanelFieldLists": {
"detail": [],
"edit": [],
"detailSmall": [],
"editSmall": []
},
"dynamicLogic": {
"fields": {
"report": {
"visible": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "entityType"
}
]
}
},
"entityType": {
"readOnly": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "id"
}
]
}
}
}
},
"searchPanelDisabled": true
}