rez_core 4.0.72 → 4.0.73

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": "4.0.72",
3
+ "version": "4.0.73",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -216,7 +216,7 @@ export class ListMasterService {
216
216
 
217
217
  // IN the case of BRN, we don't filter by level
218
218
  qb.andWhere(
219
- `${tableName}.parent_id = :organization_id`,
219
+ `${tableName}.organization_id = :organization_id`,
220
220
  { organization_id: loggedInUser?.organization_id },
221
221
  );
222
222