Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Personal community list view crashes if email addresses are all inactive #7036

Closed
1 task done
jennifer-richards opened this issue Feb 8, 2024 · 0 comments · Fixed by #7203
Closed
1 task done

Personal community list view crashes if email addresses are all inactive #7036

jennifer-richards opened this issue Feb 8, 2024 · 0 comments · Fixed by #7203
Assignees
Labels
accepted bug Something isn't working component: community/ contrib-easy Easy dev difficulty for contribution minor

Comments

@jennifer-richards
Copy link
Member

Describe the issue

If all email addresses for a logged-in user are deactivated (active=False), the ietf.community.views.view_list() view causes a 500 error if they view their own list.

This is because the view tries to look up the manage_list view with clist.person.email_address, which does not return an address in this case.

Code of Conduct

@jennifer-richards jennifer-richards added bug Something isn't working minor accepted component: community/ contrib-easy Easy dev difficulty for contribution labels Feb 8, 2024
@microamp microamp self-assigned this Mar 16, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accepted bug Something isn't working component: community/ contrib-easy Easy dev difficulty for contribution minor
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants