owl-cli 6.88.0 → 6.89.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -539,7 +539,7 @@ function merge(oldObj,newObj,permissions,orgId){
|
|
|
539
539
|
}
|
|
540
540
|
else{
|
|
541
541
|
for(var nk in vn){
|
|
542
|
-
if(vn[nk] && !vo[nk]){
|
|
542
|
+
if(vn[nk] && (!vo || !vo[nk])){
|
|
543
543
|
var fk = k + "." + nk;
|
|
544
544
|
if(ef_field_permissions[fk] && ef_field_permissions[fk].add === 'denied'){
|
|
545
545
|
delete vn[nk];
|