Bugs page times out when getting subscription_class for a person
Bug #487015 reported by
Graham Binns
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Graham Binns |
Bug Description
What happens:
Bug 393476 has been fixed but the bugs page still times out if there are many subscribers from duplicates.
What should happen:
The page shouldn't time out.
The problem is due to the code in and related to BugViewMixing.
We should add a pair of methods to IBug, userIsDirectSub
Related branches
lp://qastaging/~gmb/launchpad/subscribers-timeout-bug-487015
- Gavin Panella (community): Approve (code)
-
Diff: 395 lines (+188/-20)7 files modifiedlib/lp/bugs/browser/bug.py (+16/-1)
lib/lp/bugs/configure.zcml (+4/-1)
lib/lp/bugs/doc/bug.txt (+116/-16)
lib/lp/bugs/interfaces/bug.py (+18/-0)
lib/lp/bugs/model/bug.py (+32/-0)
lib/lp/bugs/templates/bug-portlet-subscribers-content.pt (+1/-1)
lib/lp/bugs/templates/bug-portlet-subscribers.pt (+1/-1)
Changed in malone: | |
status: | Triaged → In Progress |
Changed in malone: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in devel r9944 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ devel/revision/ 9944>