owl-cli 6.20.0 → 6.21.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.
@@ -118,7 +118,7 @@ function expandTablePermission(permissions) {
118
118
  if(sub_org.del!='denied' && p.sub_org && p.sub_org.del){
119
119
  same_org.del = p.same_org.del;
120
120
  }
121
- if(sub_orgadd!='denied' && p.sub_org && p.sub_org.add){
121
+ if(sub_org.add!='denied' && p.sub_org && p.sub_org.add){
122
122
  sub_org.add = p.sub_org.add;
123
123
  }
124
124
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.20.0",
3
+ "version": "6.21.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {