I would like to work on this issue, but I am total newbie with AWX, so I have some questions. @marshmalien pointed out some things I should pay attention to while working on this (PR: https://github.com/ansible/awx/pull/14170).
Which scenario has higher priority - where should the user be redirected in the following scenarios:
- user logs out
- clicks on a received link to “awx/templates/workflow_job_template/xyz”
- redirection to home screen or awx/templates/workflow_job_template/xyz?
- user logged out due to a session timeout
- clicks on a received link to “awx/templates/workflow_job_template/xyz”
- redirection to the last page upon login so that they may resume their last task or awx/templates/workflow_job_template/xyz
I have noticed that the redirect to the clicked link works when the user’s session expires. So, could it be that you guys wanted redirection to work only this way and there is no “rerouting issue” after all?
I appreciate any help I can get
Sasa