Skip to content

Commit

Permalink
Merge pull request #1728 from ProcessMaker/bugfix/FOUR-19478
Browse files Browse the repository at this point in the history
Set self-service property on mounted
  • Loading branch information
ryancooley authored Oct 7, 2024
2 parents f18387a + 8b3f465 commit 4325b0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,7 @@ export default {
this.requestData = this.value;
this.loopContext = this.initialLoopContext;
this.loadTask(true);
this.setSelfService();
},
destroyed() {
this.unsubscribeSocketListeners();
Expand Down

0 comments on commit 4325b0c

Please sign in to comment.