From: Bill Erickson <berickxx@gmail.com>
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=e8276d3931fafc9482f66fd4fd07b40e0f1b3f8e;p=evergreen%2Fpines.git

LP1904036 grid toolbar button supports routerlink

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
---

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 {