Answers column is in the wrong order in person's "Most active in" table
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Launchpad itself |
Low
|
Jamal Fanaian |
Bug Description
A page such as <https:/
Related branches
- Guilherme Salgado (community): Approve on 2009-09-18
- Diff: None lines
Changed in launchpad: | |
importance: | Undecided → Low |
status: | New → Confirmed |
Changed in launchpad-foundations: | |
assignee: | nobody → Jamal Fanaian (jamalfanaian) |
Changed in launchpad-foundations: | |
status: | Triaged → Fix Committed |
affects: | launchpad-foundations → launchpad-registry |
Changed in launchpad-registry: | |
status: | Fix Committed → Triaged |
milestone: | none → 3.0 |
Diogo Matsubara (matsubara) wrote : | #2 |
Re-opened since the sort order is not following the application tabs sort order. Blueprint icons appear after answer tracker icons.
The hard coded dict to fix this bug contains blueprints and specs. blueprints should be removed from this sort dict.
+ sort = {'code': 0, 'bugs': 1, 'blueprints': 2, 'translations': 3,
+ 'answers': 4, 'specs': 5, 'soyuz': 6}
+ return sorted(categories, key=lambda category: sort[category.
Diogo Matsubara (matsubara) wrote : | #3 |
Retargeted to 3.1.10 since this is not release critical and can be fixed later.
Changed in launchpad-registry: | |
milestone: | 3.0 → 3.1.10 |
Jamal Fanaian (jamalta) wrote : | #4 |
Diogo,
I have committed a fix to the original branch (http://
Changed in launchpad-registry: | |
status: | Triaged → Fix Committed |
tags: | added: post-3-ui-cleanup |
Curtis Hovey (sinzui) wrote : | #5 |
Hi Jamal. Thanks for working on this. We use the Fix Committed state to indicate the fix is merged into devel. Would you like to propose your branch for review: https:/
Changed in launchpad-registry: | |
status: | Fix Committed → In Progress |
Edwin Grubbs (edwin-grubbs) wrote : | #6 |
Fixed in devel r9520 <http://
Changed in launchpad-registry: | |
status: | In Progress → Fix Committed |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
Fixed in devel r9520 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ devel/revision/ 9520>