Skip to content

Commit

Permalink
Set node id before loading the task for webentry
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanpro committed Jul 29, 2024
1 parent 9da47c8 commit 232f8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,8 @@ export default {
this.emitIfTaskCompleted(requestId);
}
this.taskId = task.id;
this.loadTask();
this.nodeId = task.element_id;
this.loadTask();
} else if (this.parentRequest && ['COMPLETED', 'CLOSED'].includes(this.task.process_request.status)) {
this.$emit('completed', this.getAllowedRequestId());
} else if (!this.taskPreview) {
Expand Down

0 comments on commit 232f8f0

Please sign in to comment.