Details
-
Bug
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
-
ERM Sprint 108
-
Bienenvolk
Description
Overview:
When selecting Running status and Result filters in ERM Comparison the filter uses the labels rather than the values for the filter. e.g. URL sent to backend:
Request URL: https://folio-testing-okapi.dev.folio.org/erm/jobs/type/comparison?filters=result.label%3D%3DSuccess&perPage=100&sort=started%3Bdesc&stats=true
Would expect the value to be used rather than the label (to ensure that if the label is changed e.g. for translation, the filter continues to work). e.g. expected URL
Request URL: https://folio-testing-okapi.dev.folio.org/erm/jobs/type/comparison?filters=result.value%3D%3Dsuccess&perPage=100&sort=started%3Bdesc&stats=true
i.e. using result.value==success (note lowercase)