owl-cli 7.31.0 → 7.32.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.
@@ -608,8 +608,10 @@ function merge(oldObj,newObj,permissions,orgId){
608
608
  var fk = k + "." + sk;
609
609
  if(ef_field_permissions[fk] && ef_field_permissions[fk].update==='denied' || ef_field_permissions[fk] && ef_field_permissions[fk].read==='denied'){
610
610
  // vn[fk] = vo[fk];
611
- vo[sk] = vn[sk]
611
+ // vo[sk] = vn[sk]
612
+ continue;
612
613
  }
614
+ vo[sk] = vn[sk];
613
615
  }
614
616
  }
615
617
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "7.31.0",
3
+ "version": "7.32.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {