This commit is contained in:
Yuri Kuznetsov
2025-01-07 09:56:54 +02:00
parent a80c3e2ecf
commit 3bea3e8622
+2 -6
View File
@@ -899,12 +899,7 @@ class DetailRecordView extends BaseRecordView {
}
if (this.type === this.TYPE_DETAIL) {
const actionItemSetup = new ActionItemSetup(
this.getMetadata(),
this.getHelper(),
this.getAcl(),
this.getLanguage()
);
const actionItemSetup = new ActionItemSetup();
actionItemSetup.setup(
this,
@@ -2868,6 +2863,7 @@ class DetailRecordView extends BaseRecordView {
this.dropdownItemList.push(o);
}
// noinspection JSUnusedGlobalSymbols
/**
* Add an 'edit' mode button.
*