Skip to content

Commit

Permalink
Merge pull request #1663 from ProcessMaker/observation/FOUR-17465
Browse files Browse the repository at this point in the history
FOUR-17465: Fix redirection issue when manualTask has been completed
  • Loading branch information
ryancooley authored Aug 9, 2024
2 parents b4f58d1 + 2de9185 commit 79458a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,10 @@ export default {
this.task.interstitial_screen['_interstitial'] = true;
this.screen = this.task.interstitial_screen;
}
if (this.task.bpmn_tag_name === 'manualTask') {
this.checkTaskStatus();
this.reload();
}
},
onUpdate(data) {
this.$emit('input', data);
Expand Down

0 comments on commit 79458a4

Please sign in to comment.