From e8276d3931fafc9482f66fd4fd07b40e0f1b3f8e Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 19 Apr 2021 12:43:29 -0400 Subject: [PATCH] LP1904036 grid toolbar button supports routerlink Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.ts b/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.ts index e4b2ed4459..45308f7c5d 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.ts +++ b/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.ts @@ -81,7 +81,6 @@ export class GridToolbarComponent implements OnInit { performButtonAction(button: GridToolbarButton) { const rows = this.gridContext.getSelectedRows(); - console.log('BUTTON ACTION', button.routerLink); if (button.routerLink) { this.router.navigate([button.routerLink]); } else { -- 2.11.0