LP1899406 Staff catalog view basket selection
authorBill Erickson <berickxx@gmail.com>
Wed, 14 Oct 2020 20:53:59 +0000 (16:53 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 10 Feb 2021 19:32:23 +0000 (14:32 -0500)
commit5d93451a610d90b86a7ec093913d7a0f5657e764
tree1988aa5b8f7778e7a90a9e4150e22a0e14dc8e08
parent04c8f1f456f4dd1b2901e2e84bce148d0d07b5a3
LP1899406 Staff catalog view basket selection

In the Angular staff catalog, support applying basket actions to
selected items within a basket, without selection/desection impacting
the contents of the basket.

Note that 'Export All Basket Records' applies to the entire basket and
is not affected by the selection.  All other actions, besides View and
Clear Basket, are affected by the selection.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/staff/catalog/basket-actions.component.html
Open-ILS/src/eg2/src/app/staff/catalog/basket-actions.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/basket-selection.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/catalog.module.ts
Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.html
Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.ts