diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 61835263f..ce7988140 100644 --- a/apps/documenteditor/main/app/controller/Main.js +++ b/apps/documenteditor/main/app/controller/Main.js @@ -403,7 +403,7 @@ define([ markedAsVersion: (group!==version.versionGroup), selected: (opts.data.currentVersion == version.version), canRestore: this.appOptions.canHistoryRestore && (ver < versions.length-1), - isExpanded: false + isExpanded: true })); if (opts.data.currentVersion == version.version) { currentVersion = arrVersions[arrVersions.length-1]; @@ -451,7 +451,7 @@ define([ selected: false, canRestore: this.appOptions.canHistoryRestore, isRevision: false, - isVisible: false + isVisible: true })); arrColors.push(user.get('colorval')); }