rsanchez
2017-03-20 1a0491f2462d2c309bd8e310b22c11019a79ce1e
securis/src/main/webapp/src/app/listing/pack.list.component.ts
....@@ -104,8 +104,8 @@
104104 this.router.navigate([`create`], {relativeTo: this.route});
105105 }
106106
107
- edit(pack: any) : void {
108
- this.router.navigate([`edit/${pack.id}`], {relativeTo: this.route});
107
+ edit(packId: number) : void {
108
+ this.router.navigate([`edit/${packId}`], {relativeTo: this.route});
109109 }
110110
111111 sort(sortEvent: ITdDataTableSortChangeEvent): void {