change the link passed to send_reviewer_notice to use login?return_to=<url> instead of <url> #39
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#40 [Draft] Implement Reviewer Notice Link using Login Redirect
FS-InfMath/Jobboerse
Reference
FS-InfMath/Jobboerse#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
change the link passed to
send_reviewer_noticeto uselogin?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:
While logged in:
New behavviour:
While not logged in:
While logged in:
implemented in version 0.3.0