owl-cli 6.27.0 → 6.28.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.
@@ -429,7 +429,7 @@ function merge(oldObj,newObj,permissions,orgId){
429
429
  var ef_section_permissions = null;
430
430
  var ef_field_permissions = null;
431
431
  var ef_table_permissions = null;
432
- if (data._orgId === orgId) {
432
+ if (oldObj._orgId === orgId) {
433
433
  ef_section_permissions = section_permissions.same_org;
434
434
  ef_field_permissions = field_permissions.same_org;
435
435
  ef_table_permissions = table_permissions.same_org;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.27.0",
3
+ "version": "6.28.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {