fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user