Details
-
Bug
-
Status: Closed (View Workflow)
-
TBD
-
Resolution: Done
-
None
-
ERM Sprint 123, ERM Sprint 124
-
Bienenvolk
Description
Overview:
Searching for licenses by tag from the plugin does not work
Steps to Reproduce:
- Tag a license with a tag
- Create new Agreement
- Click "Add license" button in New agreement form
- Click "Link license"
- In modal search/sort, scroll to "Tags" filter, select tag
- Whatever tags value selected, see that the GET is for: /licenses/licenses?filters=status.value%3D%3Dactive&filters=tags.value%3D%3Dundefined&perPage=100&sort=name%3Basc&stats=true
Expected Results: that the tagged license is retrieved
Actual Results: tagged license not retrieved (tag value/label not being passed correctly in GET params)