[SSE] Fix Bug 54813

This commit is contained in:
Julia Radzhabova 2022-04-20 12:53:44 +03:00
parent e7f97aabf2
commit a286c79662

View file

@ -3806,6 +3806,7 @@ define([
var wbtab = me.getApplication().getController('WBProtection');
$panel.append(wbtab.createToolbarPanel());
me.toolbar.addTab(tab, $panel, 7);
me.toolbar.setVisible('protect', Common.UI.LayoutManager.isElementVisible('toolbar-protect'));
Array.prototype.push.apply(me.toolbar.lockControls, wbtab.getView('WBProtection').getButtons());
}