]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1511742 Org unit selector typeahead
authorBill Erickson <berickxx@gmail.com>
Fri, 7 Sep 2018 19:59:35 +0000 (15:59 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 14 Sep 2018 14:48:55 +0000 (10:48 -0400)
commitb0ed643b8efef834da6d9689be6c5c74047abaf6
treed6d57e08e625919357cc68a9625d1c44703af8a2
parent88072d56f1a55e3f03f28cd2f552595419193c55
LP#1511742 Org unit selector typeahead

Reimplements <eg-org-selector> as an ngbTypeahead:

https://angular-ui.github.io/bootstrap/#!#typeahead

This allows for type-to-entry of the org selector.  A few additional
bits of logic are added to support click-to-open of the selector
regardless of the selected value.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/share/t_org_select.tt2 [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/services/ui.js