Open
Description
Hello,
First, thank you for developing and maintaining this great tool!
Could it be possible to duplicate the state=(...)
in the URL of a series?
For example, if I'm on a page: /project/${PROJECT}/list/?state=*
, and I click on a series name, it will redirect me to /project/${PROJECT}/list/?series=${SERIES_ID}
. If the patches are in a non "Action Required" state, the list will be empty, I then need to change the filter again.
Could it be possible to amend the URL to add &state=${STATE}
if the state
was previous set?
So to redirect to /project/${PROJECT}/list/?series=${SERIES_ID}&state=${STATE}
instead.