rez_core 4.0.53 → 4.0.54

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.53",
3
+ "version": "4.0.54",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -485,6 +485,7 @@ export class EntityServiceImpl implements EntityService<BaseEntity> {
485
485
  const entityData = await this.entityMasterService.getEntityData(
486
486
  entityType,
487
487
  loggedInUser,
488
+ entityId,
488
489
  );
489
490
 
490
491
  const repoService = this.reflectionHelper.getRepoService(