rez_core 2.1.107 → 2.1.108

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": "rez_core",
3
- "version": "2.1.107",
3
+ "version": "2.1.108",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -64,7 +64,7 @@ export class EntityValidationService {
64
64
  .where(`${db_table_name}.${attr.attribute_key} = :value`, { value });
65
65
 
66
66
  // Add AND condition for organization_id if present
67
- const orgId = entityData.organization_id;
67
+ const orgId = loggedInUser.organization_id;
68
68
  const level_type = loggedInUser.level_type;
69
69
  const level_id = loggedInUser.level_id;
70
70