The list(bug.getSubscribersForPerson()) call in BugTaskView should be removed

Bug #655597 reported by Graham Binns
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Low
Unassigned

Bug Description

At the moment (once lp:~gmb/launchpad/extract-subscription-view-bug-651240 has been merged, anyway) there's this line in BugTaskView.initialize():

 list(bug.getSubscribersForPerson(self.user))

The reason that that's there is that it keeps the view's query count down. However, that shouldn't be necessary (ideally we shouldn't be doing that work in this view at all). This bug is a tech-debt bug for cleaning up that line and the associated XXX.

Curtis Hovey (sinzui)
Changed in launchpad:
importance: Medium → Low
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.