AssertionError on +mailinglist-moderate page
Bug #680009 reported by
Diogo Matsubara
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Curtis Hovey |
Bug Description
As seen on OOPS-1785B1758 a "AssertionError: No mailing list: elementaryos" was raised browsing the +mailinglist-
Related branches
lp://qastaging/~sinzui/launchpad/ml-moderate-view-0
- Robert Collins (community): Approve
-
Diff: 58 lines (+21/-3)2 files modifiedlib/lp/registry/browser/team.py (+4/-2)
lib/lp/registry/browser/tests/test_team.py (+17/-1)
Changed in launchpad-registry: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in launchpad-registry: | |
assignee: | nobody → Curtis Hovey (sinzui) |
status: | Triaged → In Progress |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The user hacked the url to access the +mailinglist- moderate view. I think we want to replace the assert in TeamMailingList ModerationView with a redirect to the team page and add a notification to explain the team does not have a mailing list.