zetkin / organize.zetk.in

Organizer front-end of the Zetkin system for organizing activism
21 stars 14 forks source link

Fix sorting bug for tags caused by changes in API #1325

Closed niklasva82 closed 1 year ago

niklasva82 commented 1 year ago

Fixes sorting bug caused by new tag view column which includes values for value tags.

To reproduce bug:

  1. Select a view
  2. Add a tag column
  3. Assign a tag to one of the people in the view
  4. Click the sort button in the header of the tag column

Expected: Column should sort on the presence of the specified tag.

Actual: Nothing happens.

niklasva82 commented 1 year ago

Haha forgot that I had already solved this :smile: