owl-cli 6.10.0 → 6.11.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.
|
@@ -174,6 +174,9 @@ function filterFields(data,permissions,orgId){
|
|
|
174
174
|
ef_field_permissions = field_permissions.sub_org;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
+
data.field_permissions = ef_field_permissions;
|
|
178
|
+
data.section_permissions = ef_section_permissions;
|
|
179
|
+
|
|
177
180
|
var valid_fields = ['_orgId','_orgIds',"_v", "del"];
|
|
178
181
|
var curSectionKey = '';
|
|
179
182
|
for(var k in data){
|