schema addition

This commit is contained in:
Yuri Kuznetsov
2023-07-03 21:03:29 +03:00
parent 0d727e74c0
commit e7561911cc
2 changed files with 5 additions and 0 deletions
@@ -56,6 +56,8 @@ class PanelsContainerRecordView extends View {
* @property {Object.<string,*>} [Options] A view options.
* @property {boolean} [sticked] To stick to an upper panel.
* @property {Number} [tabNumber]
* @property {string} [aclScope]
* @property {Espo.Utils~AccessDefs[]} [accessDataList] Access control defs.
*/
/**
+3
View File
@@ -295,6 +295,9 @@
"delete",
"stream"
]
},
"accessDataList": {
"$ref": "#/definitions/accessDataList"
}
}
}