LP1904036 grid toolbar button supports routerlink
authorBill Erickson <berickxx@gmail.com>
Mon, 19 Apr 2021 16:43:29 +0000 (12:43 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:32 +0000 (20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.ts

index e4b2ed4..45308f7 100644 (file)
@@ -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 {