[DE] Fix Bug 46725

This commit is contained in:
Julia Radzhabova 2020-10-15 17:14:06 +03:00
parent e03f803394
commit cb61ccb5f3
2 changed files with 3 additions and 0 deletions

View file

@ -630,6 +630,8 @@ define([
getButton: function(type) {
if (type == 'save')
return this.btnSave;
else if (type == 'users')
return $panelUsers;
},
lockHeaderBtns: function (alias, lock) {

View file

@ -545,6 +545,7 @@ define([
} else {
this.api.asc_coAuthoringDisconnect();
appHeader.setCanRename(false);
appHeader.getButton('users') && appHeader.getButton('users').hide();
this.getApplication().getController('LeftMenu').getView('LeftMenu').showHistory();
this.disableEditing(true);
var versions = opts.data.history,