deletion of series and milestone must remove structural subscriptions
Bug #416483 reported by
Curtis Hovey
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Unassigned |
Bug Description
OOPS-1318EA4 shows that structural subscriptions are not removed before the destroySelf() method is called.
The fix is in the same place as bug #402725 [Delete series does not untarget series-targeted blueprints]
Related branches
lp://qastaging/~sinzui/launchpad/delete-structural-target
- Eleanor Berger (community): Approve (code)
-
Diff: 399 lines10 files modifieddatabase/schema/security.cfg (+1/-1)
lib/canonical/launchpad/icing/style-3-0.css (+3/-0)
lib/canonical/launchpad/templates/launchpad-login.pt (+5/-5)
lib/lp/registry/browser/__init__.py (+47/-9)
lib/lp/registry/browser/productseries.py (+7/-2)
lib/lp/registry/browser/tests/milestone-views.txt (+6/-0)
lib/lp/registry/browser/tests/productseries-views.txt (+40/-10)
lib/lp/registry/doc/milestone.txt (+10/-0)
lib/lp/registry/model/milestone.py (+4/-1)
lib/lp/registry/templates/productseries-delete.pt (+12/-6)
tags: | added: oops |
Changed in launchpad-registry: | |
assignee: | nobody → Curtis Hovey (sinzui) |
Changed in launchpad-registry: | |
milestone: | 3.0 → 3.1.10 |
Changed in launchpad-registry: | |
status: | Triaged → In Progress |
Changed in launchpad: | |
assignee: | Curtis Hovey (sinzui) → nobody |
To post a comment you must log in.
Fixed in launchpad db-devel r8560.