[DE] Fix Bug 46725
This commit is contained in:
parent
e03f803394
commit
cb61ccb5f3
|
@ -630,6 +630,8 @@ define([
|
||||||
getButton: function(type) {
|
getButton: function(type) {
|
||||||
if (type == 'save')
|
if (type == 'save')
|
||||||
return this.btnSave;
|
return this.btnSave;
|
||||||
|
else if (type == 'users')
|
||||||
|
return $panelUsers;
|
||||||
},
|
},
|
||||||
|
|
||||||
lockHeaderBtns: function (alias, lock) {
|
lockHeaderBtns: function (alias, lock) {
|
||||||
|
|
|
@ -545,6 +545,7 @@ define([
|
||||||
} else {
|
} else {
|
||||||
this.api.asc_coAuthoringDisconnect();
|
this.api.asc_coAuthoringDisconnect();
|
||||||
appHeader.setCanRename(false);
|
appHeader.setCanRename(false);
|
||||||
|
appHeader.getButton('users') && appHeader.getButton('users').hide();
|
||||||
this.getApplication().getController('LeftMenu').getView('LeftMenu').showHistory();
|
this.getApplication().getController('LeftMenu').getView('LeftMenu').showHistory();
|
||||||
this.disableEditing(true);
|
this.disableEditing(true);
|
||||||
var versions = opts.data.history,
|
var versions = opts.data.history,
|
||||||
|
|
Loading…
Reference in a new issue