+review-licenses page should be sorted by date not alphabetically
Bug #440244 reported by
Diogo Matsubara
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Curtis Hovey |
Bug Description
is sorted alphabetically while it would be more useful if it was sorted by date.
Related branches
lp://staging/~sinzui/launchpad/contact-launchpad-0
- Aaron Bentley (community): Approve
-
Diff: 368 lines (+42/-114)9 files modifiedlib/canonical/widgets/templates/license.pt (+1/-1)
lib/lp/registry/browser/product.py (+7/-18)
lib/lp/registry/browser/tests/project-add-views.txt (+3/-26)
lib/lp/registry/browser/tests/test_product.py (+4/-15)
lib/lp/registry/doc/commercialsubscription.txt (+19/-35)
lib/lp/registry/model/product.py (+2/-1)
lib/lp/registry/stories/product/xx-productset.txt (+1/-1)
lib/lp/registry/stories/webservice/xx-project-registry.txt (+4/-16)
lib/lp/registry/templates/product-portlet-requires-subscription.pt (+1/-1)
Changed in launchpad-registry: | |
status: | New → Triaged |
importance: | Undecided → Low |
tags: | added: chr |
Changed in launchpad-registry: | |
milestone: | none → series-3.1 |
Changed in launchpad-registry: | |
assignee: | nobody → Curtis Hovey (sinzui) |
status: | Triaged → In Progress |
milestone: | series-future → 10.10 |
Changed in launchpad-registry: | |
status: | In Progress → Fix Committed |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The return line of ProductSet. forReview( ) needs to change.