Fix issues with trim history in spreadsheets

This commit is contained in:
yflory
2020-03-23 12:32:03 +01:00
parent a13561eb8d
commit 8e8b371690
5 changed files with 26 additions and 1 deletions

View File

@@ -3867,6 +3867,7 @@ define([
var opts = {};
opts.href = Hash.getRelativeHref(data.href || data.roHref);
opts.channel = data.channel;
if (manager.isSharedFolder(el)) {
var ro = folders[el] && folders[el].version >= 2;