yellow team mailing list archive
-
yellow team
-
Mailing list archive
-
Message #00066
[Bug 674422] Re: Add a workflow to update StructuralSubscriptions
** Changed in: launchpad
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Launchpad
Yellow Squad, which is a bug assignee.
https://bugs.launchpad.net/bugs/674422
Title:
Add a workflow to update StructuralSubscriptions
Status in Launchpad itself:
Fix Committed
Bug description:
Now that it's possible for StructuralSubscriptions to have a
bug_notification_level, we should add a workflow for updating
subscriptions.
At the moment, if you go to $target/+subscribe where you're already
subscribed to $target, changing the bug_notification_level will have
no effect, since the save_action() of StructuralSubscriptionView will
return early if you've already got a subscription. We should alter
this to allow for the update-my-subscription path.