refs #7187 fix workerPda
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-05-17 14:56:40 +02:00
parent 7fb6ecd617
commit 05f09d0b87
1 changed files with 1 additions and 2 deletions

View File

@ -8,12 +8,11 @@ class Controller extends Section {
async $onInit() {
const url = await this.vnApp.getUrl(`worker/${this.$params.id}/pda`);
console.log('url: ', url);
window.location.href = url;
}
}
ngModule.vnComponent('vnClaimPhotos', {
ngModule.vnComponent('vnWorkerPda', {
controller: Controller,
bindings: {
claim: '<'