fix: refs #7187 got summary before lilium
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Pablo Natek 2024-05-21 01:10:53 +02:00
parent 05f09d0b87
commit 335b9caaa4
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ class Controller extends Section {
async $onInit() { async $onInit() {
const url = await this.vnApp.getUrl(`worker/${this.$params.id}/pda`); const url = await this.vnApp.getUrl(`worker/${this.$params.id}/pda`);
this.$state.go('worker.card.summary', {id: this.$params.id});
window.location.href = url; window.location.href = url;
} }
} }