rez_core 5.0.302 → 5.0.303

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.302",
3
+ "version": "5.0.303",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -136,6 +136,7 @@ export class ScheduleHandlerService {
136
136
 
137
137
  const executionUser = {
138
138
  organization_id: jobData.organization_id,
139
+ enterprise_id: jobData.enterprise_id,
139
140
  level_id: record.level_id,
140
141
  level_type: record.level_type,
141
142
  appcode: jobData.appcode,
@@ -182,7 +183,7 @@ export class ScheduleHandlerService {
182
183
  for (const entity of matchedEntities) {
183
184
  const executionUser = {
184
185
  organization_id: jobData.organization_id,
185
-
186
+ enterprise_id: jobData.enterprise_id,
186
187
  level_id: entity.level_id,
187
188
  level_type: entity.level_type,
188
189
  appcode: jobData.appcode,