Merge lp:~wallyworld/launchpad/sortable-dates-fix-918892 into lp:launchpad
Proposed by
Ian Booth
on 2012-01-20
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | William Grant on 2012-01-20 | ||||
| Approved revision: | no longer in the source branch. | ||||
| Merged at revision: | 14705 | ||||
| Proposed branch: | lp:~wallyworld/launchpad/sortable-dates-fix-918892 | ||||
| Merge into: | lp:launchpad | ||||
| Diff against target: |
30 lines (+7/-7) 1 file modified
lib/lp/app/javascript/sorttable/sorttable.js (+7/-7) |
||||
| To merge this branch: | bzr merge lp:~wallyworld/launchpad/sortable-dates-fix-918892 | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant | code | 2012-01-20 | Approve on 2012-01-20 |
|
Review via email:
|
|||
Commit Message
Fix sorttable.js so that the correct column values are used for the guessType() method.
Description of the Change
== Implementation ==
The third party sorttable.js needed to be patched to support tables with colspans. The patch wasn't quite done correctly. The adjustment to the column index needed to be moved up a bit so that the guessType() method, which determines whether a
column is a string, int or date, operates on the correct column.
== Tests ==
Manually test the code index page eg code.launchpad.
Ensure branches are correctly sorted by Last Modified Date
To post a comment you must log in.
review:
Approve
(code)
