We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e26afa + 8192533 commit f15997bCopy full SHA for f15997b
resources/js/processes-catalogue/components/optionsMenu/ButtonsStart.vue
@@ -116,7 +116,7 @@ export default {
116
this.spin = 0;
117
const instance = response.data;
118
this.$cookies.set("fromTriggerStartEvent", true, "1min");
119
- window.location = `/requests/${instance.id}`;
+ window.location = `/requests/${instance.id}?fromTriggerStartEvent=`;
120
}).catch((err) => {
121
const { data } = err.response;
122
if (data.message) {
0 commit comments