Merge branch 'hotfix_redirect_to_lilium' of https://gitea.verdnatura.es/verdnatura/salix into hotfix_redirect_to_lilium
gitea/salix/pipeline/pr-master This commit looks good
Details
gitea/salix/pipeline/pr-master This commit looks good
Details
This commit is contained in:
commit
80750079e1
|
@ -75,7 +75,8 @@ class Controller extends Section {
|
|||
|
||||
async redirectToCreateEntry() {
|
||||
this.$state.go('home');
|
||||
window.location.href = await this.vnApp.getUrl(`entry/create?travelFk=${this.travelId}`);
|
||||
const createForm = JSON.stringify({travelFk: this.travelId});
|
||||
window.location.href = await this.vnApp.getUrl(`entry/list?createForm=${createForm}`);
|
||||
}
|
||||
|
||||
onCloneWithEntriesAccept() {
|
||||
|
|
Loading…
Reference in New Issue