Fix shared folder password change issues

This commit is contained in:
yflory
2019-10-22 17:23:31 +02:00
parent a511fccdc2
commit 126f10b782
5 changed files with 38 additions and 25 deletions

View File

@@ -4481,7 +4481,7 @@ define([
onClose: cb
});
};
if (typeof (deprecated) === "object") {
if (typeof (deprecated) === "object" && APP.editable) {
Object.keys(deprecated).forEach(function (fId) {
var data = deprecated[fId];
var sfId = manager.user.userObject.getSFIdFromHref(data.href);