rez_core 2.1.124 → 2.1.125

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.124",
3
+ "version": "2.1.125",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -221,7 +221,7 @@ export class MasterService {
221
221
  const attributes =
222
222
  await this.attributeMasterService.findAttributesByMappedEntityType(
223
223
  entityType,
224
- loggedInUser.organization_id,
224
+ loggedInUser,
225
225
  );
226
226
  const uniqueFields = attributes
227
227
  .filter((attr) => attr.is_unique)