]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1756110: fix egBasicComboBox drop-down functionality
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 15 Mar 2018 15:13:27 +0000 (11:13 -0400)
committerKathy Lussier <klussier@masslnc.org>
Tue, 20 Mar 2018 18:38:02 +0000 (14:38 -0400)
commit7016132e14609242a3c92146986f5de5b698d79c
treed9fafa5f1a16947aa92b92688ccfaa89ed230016
parent88bdd77b97a85bd6c41b174faa2e828c34d3a948
LP#1756110: fix egBasicComboBox drop-down functionality

Somehow egBasicComboBox got missed when it became necessary to
switch to the newer way of specifying Bootstrap drop-downs. This
patch rectifies that and fixes the drop-down functionality.

To test
-------
[1] Create a report template in the web staff report editor and
    add a filter field.
[2] Attempt to change the filter operator. Note that nothing happens
    when the drop-down button is clicked.
[3] Apply the patch and repeat step 2. This time, the drop-down
    should work and display the list of available filter operators.

Other places affected include:

- The part selector in the volume/copy editor
- Template selector in the volume/copy editor
- Template selector in the labels interface
- Routing label selector in the subscription manager
- Call number prefix and suffix selectors in the serials batch receiving
  interface

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/web/js/ui/default/staff/services/ui.js