From e7561911cc643333affa4e736c2d797046431234 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 3 Jul 2023 21:03:29 +0300 Subject: [PATCH] schema addition --- client/src/views/record/panels-container.js | 2 ++ schema/metadata/clientDefs.json | 3 +++ 2 files changed, 5 insertions(+) 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" } } }