Commit ec2ee712 authored by Julia Radzhabova's avatar Julia Radzhabova

[DE] Version history: show changes by default.

parent 71390d54
...@@ -403,7 +403,7 @@ define([ ...@@ -403,7 +403,7 @@ define([
markedAsVersion: (group!==version.versionGroup), markedAsVersion: (group!==version.versionGroup),
selected: (opts.data.currentVersion == version.version), selected: (opts.data.currentVersion == version.version),
canRestore: this.appOptions.canHistoryRestore && (ver < versions.length-1), canRestore: this.appOptions.canHistoryRestore && (ver < versions.length-1),
isExpanded: false isExpanded: true
})); }));
if (opts.data.currentVersion == version.version) { if (opts.data.currentVersion == version.version) {
currentVersion = arrVersions[arrVersions.length-1]; currentVersion = arrVersions[arrVersions.length-1];
...@@ -451,7 +451,7 @@ define([ ...@@ -451,7 +451,7 @@ define([
selected: false, selected: false,
canRestore: this.appOptions.canHistoryRestore, canRestore: this.appOptions.canHistoryRestore,
isRevision: false, isRevision: false,
isVisible: false isVisible: true
})); }));
arrColors.push(user.get('colorval')); arrColors.push(user.get('colorval'));
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment