[DE] Always check if document has new revision changes

This commit is contained in:
Julia Radzhabova 2018-09-12 16:32:34 +03:00 committed by Alexey Golubev
parent 5481ef7de4
commit 0180e527d6

View file

@ -613,7 +613,7 @@ define([
};
var state = config.isReviewOnly || Common.localStorage.getBool(me.view.appPrefix + "track-changes-" + (config.fileKey || ''));
(me.api.asc_IsTrackRevisions() || state) && me.api.asc_HaveRevisionsChanges() && me.view.markChanges(true);
me.api.asc_HaveRevisionsChanges() && me.view.markChanges(true);
_setReviewStatus(state);
if ( typeof (me.appConfig.customization) == 'object' && (me.appConfig.customization.showReviewChanges==true) ) {