LP1850555 Angular Item (Copy) Location Select Component
authorBill Erickson <berickxx@gmail.com>
Wed, 6 Nov 2019 17:41:32 +0000 (12:41 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 25 Jun 2020 14:36:18 +0000 (10:36 -0400)
commitd5b226f6bca38c98b0672f5b98d48c4933210755
tree7fbe4283ee7766a6cee637c0e009cfa4e94df1dc
parentbe10309db51c6e819c63ec0bf280df1355027e48
LP1850555 Angular Item (Copy) Location Select Component

<eg-item-location-select .../>

Adds a new item location select component which filters the list of
displayed locations based on a permission-check org or a specific
context org unit.

Values in the selector are decorated with the org unit short name in
parens after the location name to clarify the owning lib.

Sandbox example included.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/combobox/combobox.component.ts
Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.module.ts