LP1818288 Grid checkboxes emit events
authorBill Erickson <berickxx@gmail.com>
Mon, 4 Mar 2019 16:11:24 +0000 (11:11 -0500)
committerBill Erickson <berickxx@gmail.com>
Tue, 2 Apr 2019 21:01:07 +0000 (17:01 -0400)
commit241e960e5d30ae958bc2aed97f351d03f1c188b8
tree286791b89c1a2ac090d6a5ca1b61d1a95c1b2662
parent1e37e3ca6f430416a5187b0f5f63e3303de46fe2
LP1818288 Grid checkboxes emit events

Modify the grid toolbar checkbox onClick handler to emit events instead
of requesting a reference to a function.  This is more consistent with
other event-handling code.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/grid/grid-toolbar-checkbox.component.ts
Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.html
Open-ILS/src/eg2/src/app/share/grid/grid.ts
Open-ILS/src/eg2/src/app/staff/cat/vandelay/queue-items.component.html
Open-ILS/src/eg2/src/app/staff/cat/vandelay/queue-items.component.ts
Open-ILS/src/eg2/src/app/staff/cat/vandelay/queue.component.html
Open-ILS/src/eg2/src/app/staff/cat/vandelay/queue.component.ts