This commit is contained in:
Julia Radzhabova 2022-06-07 23:59:50 +03:00
parent 5c4242f454
commit a10d566162

View file

@ -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));