Add bug_subscription_level to the BugSubscriptionModel
Bug #618606 reported by
Graham Binns
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Graham Binns |
Bug Description
See title.
Related branches
lp://qastaging/~gmb/launchpad/bug-618606
- Henning Eggers (community): Approve (code)
-
Diff: 360 lines (+88/-55)15 files modifiedlib/canonical/launchpad/mail/helpers.py (+2/-2)
lib/canonical/launchpad/mailnotification.py (+1/-2)
lib/lp/bugs/doc/bug-change.txt (+1/-1)
lib/lp/bugs/doc/bugnotification-sending.txt (+1/-2)
lib/lp/bugs/doc/bugsubscription.txt (+8/-4)
lib/lp/bugs/interfaces/bugsubscription.py (+11/-2)
lib/lp/bugs/model/bug.py (+2/-1)
lib/lp/bugs/model/bugsubscription.py (+6/-0)
lib/lp/bugs/tests/test_bugchanges.py (+1/-2)
lib/lp/registry/browser/structuralsubscription.py (+2/-1)
lib/lp/registry/doc/structural-subscriptions.txt (+2/-1)
lib/lp/registry/enum.py (+46/-0)
lib/lp/registry/interfaces/structuralsubscription.py (+2/-35)
lib/lp/registry/model/structuralsubscription.py (+2/-1)
lib/lp/registry/tests/structural-subscription-target.txt (+1/-1)
Changed in malone: | |
status: | In Progress → Fix Committed |
milestone: | none → 10.09 |
Changed in malone: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in stable r11383 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 11383>.