7187-redirect #2476
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2476
Loading…
Reference in New Issue
No description provided.
Delete Branch "7187-redirect"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -43,2 +9,2 @@
this.currentPDA.description.push(`${this.$t('Serial Number')}: ${this.currentPDA.deviceProduction.serialNumber}`);
this.currentPDA.description = this.currentPDA.description.join(' ');
async $onInit() {
const url = await this.vnApp.getUrl(`worker/${this.$params.id}/pda`);
Fer
this.$state.go('worker.card.summary', {id: this.$params.id});
Si no si tiras atrás en el navegador, entras en bucle
@ -51,2 +17,3 @@
template: require('./index.html'),
controller: Controller,
bindings: {
claim: '<'
claim?