You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thestate
was previous set?So to redirect to
/project/${PROJECT}/list/?series=${SERIES_ID}&state=${STATE}
instead.The text was updated successfully, but these errors were encountered: