Details
-
Bug
-
Status: Closed (View Workflow)
-
TBD
-
Resolution: Done
-
None
-
ERM Sprint 140, ERM Sprint 141, ERM Sprint 142
-
Bienenvolk
-
Morning Glory (R2 2022)
-
TBD
Description
Overview:
ui-plugin-find-eresource should use values not labels when apply filters (as labels can be changed)
Steps to Reproduce:
- Go to the Agreements app, select "E-resources" tab in left hand panel
- Click action menu (top right of results pane) and select "Move identifiers"
- Click one of the "select title" buttons to get the eresource find plugin search and filter
- Open the developer console network tab in browser
- Click one of the options in the filter "Monograph" or "Serial"
- Inspect the network call made - see that we have a URL including parameter filters=type.label%3D%3DMonograph or filters=type.label%3D%3DSerial
Expected Results:
It should be using type.value and monograph/serial (or other values) instead of the label