ProjectInviteCreateView GET request with query string fails for category #1510
Labels
app: projectroles
Issue in the projectroles app
bug
Something isn't working
help wanted
Extra attention is needed
In
RoleAssignmentCreateView
, typing an email address in theuser
field provides a link redirecting toProjectInviteCreateView
.This works for projects, but currently fails with a 404 when done from inside a category.
This needs to be fixed and also added to tests.
Update: This also fails with a direct request to
ProjectInviteCreateView
if the UUID is for a category and a query string is included. See comments.Update 2: Fixed for now with a workaround, see comments.
The text was updated successfully, but these errors were encountered: