7489-testToMaster #2515

Merged
alexm merged 329 commits from 7489-testToMaster into master 2024-05-28 05:30:19 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 05f09d0b87 - Show all commits

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: '<'