OOPS deleting a branch
Bug #480000 reported by
Diogo Matsubara
This bug affects 2 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Launchpad itself |
Fix Released
|
Low
|
Tim Penhey | ||
Bug Description
As seen in OOPS-1409G2556 a CannotDeleteBranch: Cannot delete branch: ~gustavo-
The traceback shown is very similar to the one in bug 211394. Maybe some other object different than series is still linked to the branch in question?
Related branches
lp://qastaging/~thumper/launchpad/fix-deletion-syncUpdate
- Jonathan Lange (community): Approve
-
Diff: 105 lines (+16/-17)2 files modifiedlib/lp/code/model/branch.py (+3/-5)
lib/lp/code/model/tests/test_branch.py (+13/-12)
| tags: | added: oops |
| Changed in launchpad-code: | |
| status: | Triaged → Fix Committed |
| assignee: | nobody → Tim Penhey (thumper) |
| milestone: | none → 10.09 |
| tags: | added: qa-needstesting |
| tags: |
added: qa-ok removed: qa-needstesting |
| Changed in launchpad-code: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.
Just a WAG, but I wonder if you load the +delete page as a user that can delete the branch, then a series link that you can't delete is added. then you click delete, this might happen.