Renewing membership in a team sends users to a "Not allowed here" page
Bug #517439 reported by
Loïc Minier
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Edwin Grubbs |
Bug Description
Hi
Got an email to renew my membership at:
https:/
After hitting Renew I landed on:
https:/
with the page telling me in bold "Not allowed here" and a note that the membership was indeed renewed.
It seems to me that I should be able to view the /+member information for myself in a team and that would avoid this awkwardness?
Thanks,
Related branches
lp://staging/~edwin-grubbs/launchpad/bug-576388-proposing-invited-team
- Leonard Richardson (community): Approve
-
Diff: 70 lines (+38/-4)2 files modifiedlib/lp/registry/browser/person.py (+10/-4)
lib/lp/registry/stories/team/xx-team-add-my-teams.txt (+28/-0)
Changed in launchpad-registry: | |
milestone: | none → series-future |
Changed in launchpad-registry: | |
assignee: | nobody → Edwin Grubbs (edwin-grubbs) |
Changed in launchpad-registry: | |
status: | Triaged → In Progress |
Changed in launchpad-registry: | |
status: | In Progress → Fix Committed |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
Changed in launchpad-registry: | |
milestone: | none → 10.07 |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This looks like a mutation of the old double-click error where the first click updated the membership, and the second click created an error loading the page. The new issue may be a redirect to a page that only admins can see. The page is a form to make someone an admin, or foribly remove the user, so non-admins should never be directed to this page.