diff --git a/client/src/views/record/panels-container.js b/client/src/views/record/panels-container.js index 5184a3a8de..44e9e23008 100644 --- a/client/src/views/record/panels-container.js +++ b/client/src/views/record/panels-container.js @@ -56,6 +56,8 @@ class PanelsContainerRecordView extends View { * @property {Object.} [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. */ /** diff --git a/schema/metadata/clientDefs.json b/schema/metadata/clientDefs.json index 81f7ec0f10..136b5dc2bb 100644 --- a/schema/metadata/clientDefs.json +++ b/schema/metadata/clientDefs.json @@ -295,6 +295,9 @@ "delete", "stream" ] + }, + "accessDataList": { + "$ref": "#/definitions/accessDataList" } } }