Commit 9c5b6f5b authored by Julia Radzhabova's avatar Julia Radzhabova

[DE] Bug with mail merge: select locked paragraph, press Mail merge button on...

[DE] Bug with mail merge: select locked paragraph, press Mail merge button on the toolbar, select xls file -> Mail merge settings on the right panel are not disabled (Insert Merge fields must be disabled).
parent e160ed19
......@@ -310,6 +310,7 @@ define([
this._settings[type].hidden = 0;
this._settings[type].btn.setDisabled(false);
this.rightmenu.SetActivePane(type, true);
this._settings[type].panel.setLocked(this._settings[type].locked);
this._settings[type].panel.ChangeSettings.call(this._settings[type].panel);
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment