From ec2ee7128b805e1b47b02ecea6f84b395377673c Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 4 Oct 2016 17:12:23 +0300 Subject: [PATCH] [DE] Version history: show changes by default. --- apps/documenteditor/main/app/controller/Main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/documenteditor/main/app/controller/Main.js b/apps/documenteditor/main/app/controller/Main.js index 61835263f4..ce79881406 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')); }