Fix bug
This commit is contained in:
parent
5c4242f454
commit
a10d566162
|
@ -414,6 +414,7 @@ define([
|
|||
this.appOptions.canMakeActionLink = this.editorConfig.canMakeActionLink;
|
||||
this.appOptions.canFeaturePivot = true;
|
||||
this.appOptions.canFeatureViews = true;
|
||||
this.appOptions.canRequestReferenceData = this.editorConfig.canRequestReferenceData;
|
||||
|
||||
if (this.appOptions.user.guest && this.appOptions.canRenameAnonymous && !this.appOptions.isEditDiagram && !this.appOptions.isEditMailMerge && !this.appOptions.isEditOle)
|
||||
Common.NotificationCenter.on('user:rename', _.bind(this.showRenameUserDialog, this));
|
||||
|
|
Loading…
Reference in a new issue