The lp.commercial permission should be able to view private teams
Bug #613791 reported by
Julian Edwards
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Unassigned |
Bug Description
The lp.commercial permission should be able to view private teams. The rationale being that it can already see private PPAs, but if they are owned by private teams then you can't see the private PPAs all of a sudden (with an OOPS currently). This also affects the /builders page, which OOPSes for me if a private PPA owned by a private team appears on it.
OOPS-1679EB2275:
Unauthorized: (<Person at 0x2aaab6eb6110 private-XXXXXX (XXXX)>, 'name', 'launchpad.View')
Related branches
lp://qastaging/~sinzui/launchpad/commercial-admin-private-teams
- Brad Crittenden (community): Approve (code)
-
Diff: 104 lines (+29/-10)2 files modifiedlib/canonical/launchpad/security.py (+7/-5)
lib/lp/registry/doc/private-team-visibility.txt (+22/-5)
Changed in launchpad-registry: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 10.09 |
Changed in launchpad-registry: | |
assignee: | nobody → Brad Crittenden (bac) |
status: | Triaged → In Progress |
Changed in launchpad-registry: | |
assignee: | Brad Crittenden (bac) → Curtis Hovey (sinzui) |
description: | updated |
description: | updated |
Changed in launchpad-registry: | |
status: | In Progress → Fix Committed |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
Changed in launchpad: | |
assignee: | Curtis Hovey (sinzui) → nobody |
To post a comment you must log in.
@bigjools Doyou have an oops as example of this situation?