LP1899406 Staff catalog view basket selection
authorBill Erickson <berickxx@gmail.com>
Wed, 14 Oct 2020 20:53:59 +0000 (16:53 -0400)
committerMichele Morgan <mmorgan@noblenet.org>
Tue, 4 May 2021 21:43:31 +0000 (21:43 +0000)
commit3d16fb2158359ae528f1b2d86e3a4c008326b3bd
treed4f2a55623a019ec8c7c3757e9ef1a82b9f7ed16
parent9eae8a68f3012f2016dfe9c5ab3fc23e818307b3
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>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
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