]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1850555 Angular Item (Copy) Location Select Component
authorBill Erickson <berickxx@gmail.com>
Wed, 6 Nov 2019 17:41:32 +0000 (12:41 -0500)
committerChris Burton <cburton@nflibrary.ca>
Thu, 10 Sep 2020 16:01:35 +0000 (12:01 -0400)
commit3dbc614b66f8ad79acb6b977e56d321621847c0e
tree6c3e5bf6c69176b275e9ccb425c7a66dc981081f
parent4dafe1a4e63e42b635b594d6126fb55aef2470f9
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>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
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