rsanchez
2017-06-07 89a0646d18da6f3290a883121e38f4086a6fb37e
securis/src/main/webapp/src/app/listing/organization.list.component.ts
....@@ -64,12 +64,11 @@
6464 );
6565 }
6666
67
-
68
- packAction(action: any) {
69
- console.log(action.command);
67
+ showRelatedPacks(org : any) : void {
68
+ this.router.navigate(['packs/'], {queryParams: {organizationId: org.id, name: org.name}});
7069 }
7170
72
- isActionAvailable(pack : any) : boolean {
71
+ isActionAvailable(org : any) : boolean {
7372 return true;
7473 }
7574