Summary: | Use Datatables on staff client cart | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | RESOLVED DUPLICATE | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | bgkriegel, jonathan.druart |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 9449 - Use Datatables on staff client cart
Bug 9449 - Use Datatables on staff client cart Bug 9449 [Revised] Use Datatables on staff client cart [SIGNED-OFF] Bug 9449 [Revised] Use Datatables on staff client cart |
Description
Owen Leonard
2013-01-22 19:35:09 UTC
Created attachment 14758 [details] [review] Bug 9449 - Use Datatables on staff client cart Replace the tablesorter plugin with the DataTables plugin in the staff client cart. To test, add multiple items to the Cart in the staff client. View the cart and confirm that table sorting works correctly. In this configuration there should be no pager and no results filtering. Created attachment 14773 [details] [review] Bug 9449 - Use Datatables on staff client cart Replace the tablesorter plugin with the DataTables plugin in the staff client cart. To test, add multiple items to the Cart in the staff client. View the cart and confirm that table sorting works correctly. In this configuration there should be no pager and no results filtering. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Created attachment 15702 [details] [review] Bug 9449 [Revised] Use Datatables on staff client cart Replace the tablesorter plugin with the DataTables plugin in the staff client cart. To test, add multiple items to the Cart in the staff client. View the cart and confirm that table sorting works correctly. In this configuration there should be no pager and no results filtering. Revision corrects template path to datatables assets. Created attachment 15746 [details] [review] [SIGNED-OFF] Bug 9449 [Revised] Use Datatables on staff client cart Replace the tablesorter plugin with the DataTables plugin in the staff client cart. To test, add multiple items to the Cart in the staff client. View the cart and confirm that table sorting works correctly. In this configuration there should be no pager and no results filtering. Revision corrects template path to datatables assets. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Comment: Sorting works, but sorting removed on Location column. No errors. |