Merge branch 'staging' into soon

pull/1/head
ansuz 2020-02-11 09:23:53 -05:00
commit c9db3aae78
1 changed files with 1 additions and 1 deletions

View File

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