eztech-core-components 1.0.20 → 1.0.21

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eztech-core-components",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -155,7 +155,7 @@ export const getFormComponent = ({
155
155
  } else if (ref_table === 'hrm_organizations' && table_name.startsWith('doc_')) {
156
156
  name = 'DocOrgSelect'
157
157
  if (['doc_indexes', 'doc_categories', 'doc_headers'].includes(table_name) && col_field === 'organization_id') {
158
- trigger_fields = 'category_id:1:number:eq'
158
+ trigger_fields = 'category_id:147358769314013107:number:eq'
159
159
  if (level_code === 'LEVEL2') {
160
160
  trigger_fields += ',_id:auth_self_organization_id:number:in'
161
161
  } else if (level_code === 'LEVEL3') {