rez_core 5.0.308 → 5.0.310

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": "5.0.308",
3
+ "version": "5.0.310",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -128,7 +128,7 @@ export class ScheduleHandlerService {
128
128
 
129
129
  // Parse the workflow event JSON again to get filter/action info
130
130
  const filter = workflow.criteria_filter_code;
131
- const mappedEntityType = workflow.applicable_entity_type;
131
+ const mappedEntityType = workflow.mapped_entity_type;
132
132
 
133
133
  const matchedEntities: any[] = [];
134
134