With this patch, it is trivial to filter issues by selecting one or more tags, clicking on a selected tag will then take it out of the filtering criteria.
Bonus point: it also simplifies the logic in the HTML nicely
@mreynolds if you have the time, would you mind checking this one?
From my tests, I think nothing broke but, you know, two brains are better than one :)
In theory that should give us the same behavior in the issues page as you added to the roadmap page allowing people to filter by multiple tags.
This works nicely, I think it would also be nice to be able to select multiple milestones on the roadmap page as well.
Sure we can add that :)
1 new commit added
Nice! Ack from me
Works for me. Ack! :thumbsup:
rebased
Pull-Request has been merged by pingou
With this patch, it is trivial to filter issues by selecting one or more
tags, clicking on a selected tag will then take it out of the filtering
criteria.
Bonus point: it also simplifies the logic in the HTML nicely