[SSE] Fix Bug 36248.

This commit is contained in:
Julia Radzhabova 2017-11-03 15:08:29 +03:00
parent 34166fb17c
commit a5c938338f

View file

@ -2924,7 +2924,7 @@ define([
Common.Utils.asyncCall(function () {
me.toolbar.setMode(config);
if ( config.isEdit )
if ( config.isEdit ) {
me.toolbar.setApi(me.api);
if ( !config.isEditDiagram && !config.isEditMailMerge ) {
@ -2943,6 +2943,7 @@ define([
me.toolbar.setVisible('review', true);
}
}
}
});
},