Display the number of affected users in bug pages
Bug #494040 reported by
Gavin Panella
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Gavin Panella |
Bug Description
This differs from bug #271332 in that this is about showing the number of affected users in the bug page, not in listings.
Related branches
lp:~allenap/launchpad/show-me-too-counts
- Gavin Panella (community): Abstain (js)
- Abel Deuring (community): Approve (code)
- Michael Nelson (community): Approve (ui)
-
Diff: 604 lines (+380/-64)7 files modifiedlib/canonical/launchpad/javascript/bugs/bugtask-index.js (+63/-9)
lib/canonical/launchpad/javascript/bugs/tests/test_me_too.js (+34/-1)
lib/lp/bugs/browser/bugtask.py (+56/-0)
lib/lp/bugs/browser/tests/test_bugtask.py (+136/-0)
lib/lp/bugs/stories/bugs/xx-bug-affects-me-too.txt (+26/-4)
lib/lp/bugs/templates/bugtasks-and-nominations-table.pt (+63/-48)
lib/lp/bugs/windmill/tests/test_bug_me_too.py (+2/-2)
Changed in malone: | |
status: | Triaged → In Progress |
Changed in malone: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Some very early ideas.