CASH-185
CASH-185 fixed issue for value not being persisted upon user navigation
This commit is contained in:
parent
b15bf1be6f
commit
af02cb3d57
1 changed files with 7 additions and 5 deletions
|
|
@ -512,11 +512,13 @@ export default {
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
|
|
||||||
this.dispatchStoreAction(
|
if(this.waitListRequested !== null && this.waitListRequested !== undefined) {
|
||||||
this.storeActions.SAVE_WAITLIST_REQUESTED,
|
this.dispatchStoreAction(
|
||||||
this.waitListRequested,
|
this.storeActions.SAVE_WAITLIST_REQUESTED,
|
||||||
false
|
this.waitListRequested,
|
||||||
);
|
false
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
this.$router.navigateWithSaving(this.navigationScenarios.CLICKED_FORWARD, this.$route);
|
this.$router.navigateWithSaving(this.navigationScenarios.CLICKED_FORWARD, this.$route);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue