Otherwise we end-up with an argument ?tags=[] which leads to some filtering server side which we do not want. So just ignore the tags if there aren't any.
?tags=[]
:thumbsup:
Are you supposed to be able to select multiple tags when filtering issues? I can't seem to manage it in the UI. Selecting a second tag just switches the tag I'm filtering by, rather than toggling that tag on or off.
You can't do it in the UI but you can do it manually
Ah, okay. This looks good to me.
rebased
Pull-Request has been merged by pingou
Otherwise we end-up with an argument
?tags=[]which leads to somefiltering server side which we do not want.
So just ignore the tags if there aren't any.