Skip to content

Commit f15997b

Browse files
authored
Merge pull request #6174 from ProcessMaker/bugfix/FOUR-14056
FOUR-14056: When launching a process from LaunchPad the insterstitials are not taking the user to the initial screen
2 parents 6e26afa + 8192533 commit f15997b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/processes-catalogue/components/optionsMenu/ButtonsStart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default {
116116
this.spin = 0;
117117
const instance = response.data;
118118
this.$cookies.set("fromTriggerStartEvent", true, "1min");
119-
window.location = `/requests/${instance.id}`;
119+
window.location = `/requests/${instance.id}?fromTriggerStartEvent=`;
120120
}).catch((err) => {
121121
const { data } = err.response;
122122
if (data.message) {

0 commit comments

Comments
 (0)