change the link passed to send_reviewer_notice to use login?return_to=<url> instead of <url> #39

Closed
opened 2022-11-28 21:21:59 +01:00 by ben · 1 comment
Owner

change the link passed to send_reviewer_notice to use login?return_to=<url> instead of <url>

That way the link in the reviewer notice "works" even when the reviewer is not logged in while clicking the link.

Current behaviour:

While not logged in:

  • Webbrowser opens Overview Page and no highlight is shown (as job offer is not yet published and as such not shown).

While logged in:

  • Webbrowser opens Overview Page and job offer is highlighted.

New behavviour:

While not logged in:

  • Webbrowser opens Login Page and on loggin user is redirected to the Overview Page with highlight.

While logged in:

  • Webbrowser opens Login Page and immediatly redirects to overview page where the job offer is highlighted.
change the link passed to `send_reviewer_notice` to use `login?return_to=<url>` instead of `<url>` That way the link in the reviewer notice "works" even when the reviewer is not logged in while clicking the link. ## Current behaviour: ### While not logged in: * Webbrowser opens Overview Page and no highlight is shown (as job offer is not yet published and as such not shown). ### While logged in: * Webbrowser opens Overview Page and job offer is highlighted. ## New behavviour: ### While not logged in: * Webbrowser opens Login Page and on loggin user is redirected to the Overview Page with highlight. ### While logged in: * Webbrowser opens Login Page and immediatly redirects to overview page where the job offer is highlighted.
ben self-assigned this 2022-11-28 21:23:39 +01:00
Author
Owner

implemented in version 0.3.0

implemented in version 0.3.0
ben closed this issue 2023-01-28 18:17:20 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
FS-InfMath/Jobboerse#39
No description provided.