When searching for users within the patron app, the org-unit selector
dropdown would stay cached to the last used value, but reloading the
PAtron sarch view would reset that. This adds stick-setting attribute
to that custom dropdown and LocalStorage via key eg.circ.patron.search.ou
Signed-off by: Cesar Velez <cesar.velez@equinoxinitiative.org>
Signed-off by: Jennifer Pringle <jennifer.pringle@bc.libraries.coop>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
<div class="col-md-2">
<eg-org-selector label="[% l('Home Library') %]"
- selected="searchArgs.home_ou">
+ selected="searchArgs.home_ou" sticky-setting="eg.circ.patron.search.ou">
</eg-org-selector>
</div>