diff --git a/client/src/views/record/panels-container.js b/client/src/views/record/panels-container.js index 203943ce71..b7c71c8cd2 100644 --- a/client/src/views/record/panels-container.js +++ b/client/src/views/record/panels-container.js @@ -400,7 +400,7 @@ class PanelsContainerRecordView extends View { this.applyAccessToActions(p.buttonList); // noinspection JSUnresolvedReference - if (p.actionList.find(it => it.hiddenByAclSoft)) { + if (p.buttonList.find(it => it.hiddenByAclSoft)) { hasSoftHidden = true; } }