securis/src/main/webapp/src/app/listing/pack.list.component.ts
.. .. @@ -104,8 +104,8 @@ 104 104 this.router.navigate([`create`], {relativeTo: this.route}); 105 105 } 106 106 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});109 109 } 110 110 111 111 sort(sortEvent: ITdDataTableSortChangeEvent): void {