Cannot use ~user/+subscriptions to unsubscribe from dupes of private bugs

Bug #676569 reported by Curtis Hovey
4
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Low
Unassigned

Bug Description

I hoped that the new subscriptions page would permit me to remove the Registry admins from bug subscriptions (https://launchpad.net/~registry/+subscriptions). I can use the form linked from the page, but the action fails because of duplicates

super(BugSubscriptionSubscribeSelfView, self).initialize()
Module canonical.launchpad.webapp.launchpadform, line 126, in initialize
self.form_result = action.success(data)
Module zope.formlib.form, line 606, in success
return self.success_handler(self.form, self, data)
Module lp.bugs.browser.bugsubscription, line 352, in subscribe_action
self._handleUnsubscribe(subscription_person)
Module lp.bugs.browser.bugsubscription, line 366, in _handleUnsubscribe
self._handleUnsubscribeOtherUser(user)
Module lp.bugs.browser.bugsubscription, line 406, in _handleUnsubscribeOtherUser
self._getUnsubscribeNotification(user, unsubed_dupes)))
Module lp.bugs.browser.bugsubscription, line 425, in _getUnsubscribeNotification
unsubed_dupes)
Module lp.bugs.browser.bugsubscription, line 460, in _getUnsubscribedDupesMsgFragment
canonical_url(unsubed_dupe), unsubed_dupe.title,
Unauthorized: (<Bug at 0xf086d50>, 'title', 'launchpad.View')

Revision history for this message
Deryck Hodge (deryck) wrote :

This will become higher priority if we decide to finish off the work for this page.

Changed in malone:
status: New → Triaged
importance: Undecided → Low
Revision history for this message
Curtis Hovey (sinzui) wrote :

This may be a dupe of bug #136570.

tags: added: privacy
Revision history for this message
Robert Collins (lifeless) wrote :

Its not, but it is related. That bug covers us sending a link to the wrong bug to unsubscribe; this bug would seem to be similar but in the webUI.

summary: - Cannot ~user/+subscriptions to unsubscribe from dupes of private bugs
+ Cannot use ~user/+subscriptions to unsubscribe from dupes of private
+ bugs
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.