Skip to content

Commit

Permalink
Merge branch 'next' into bugfix/FOUR-11185
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinbusso authored Nov 17, 2023
2 parents e144c88 + dc2ed21 commit 03d52c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@processmaker/screen-builder",
"version": "2.77.18",
"version": "2.78.1",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down
1 change: 1 addition & 0 deletions src/components/renderer/card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export default {
.then((response) => {
this.spin = 0;
const instance = response.data;
this.$cookies.set("fromTriggerStartEvent", true, "1min");
window.location = `/requests/${instance.id}?fromRedirect=true`;
})
.catch((err) => {
Expand Down

0 comments on commit 03d52c9

Please sign in to comment.