From: Bill Erickson Date: Mon, 19 Apr 2021 16:43:29 +0000 (-0400) Subject: LP1904036 grid toolbar button supports routerlink X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a9f5c8801530fe0a082d6bc403d7ff229ac877c5;p=working%2FEvergreen.git LP1904036 grid toolbar button supports routerlink Signed-off-by: Bill Erickson --- 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 {