Summary: | Replace obsolete title-string sorting: Assorted templates | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | amitddng135, fridolin.somers, testopia |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
21.05.00
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 27934 | ||
Attachments: |
Bug 28016: Replace obsolete title-string sorting: Assorted templates
Bug 28016: Replace obsolete title-string sorting: Assorted templates Bug 28016: Replace obsolete title-string sorting: Assorted templates |
Description
Owen Leonard
2021-03-22 16:35:17 UTC
Created attachment 118619 [details] [review] Bug 28016: Replace obsolete title-string sorting: Assorted templates This patch modifies various templates to replace the use of the "title-string" DataTables sorting method with the newer "data-order" attribute. To test, apply the patch and view the following pages to confirm that columns containing dates sort correctly when using any setting of the "dateformat" system preference: - Cataloging -> Edit items - Easiest to test with an title with many items. You can follow the "Edit items" link from search results. - Tools -> Patron lists - View the contents of a patron list - Catalog -> Place hold - Locate a title with multiple items and check out each item with a different due date. - Start the process of placing a hold on that title for a patron. - On the "Place hold" screen, check the table of "specific" items and test sorting of the "Information" column by date due. - Tools -> Tags Created attachment 118672 [details] [review] Bug 28016: Replace obsolete title-string sorting: Assorted templates To test, apply the patch and view the following pages to confirm that columns containing dates sort correctly when using any setting of the "dateformat" system preference: - Cataloging -> Edit items - Easiest to test with an title with many items. You can follow the "Edit items" link from search results. - Tools -> Patron lists - View the contents of a patron list - Catalog -> Place hold - Locate a title with multiple items and check out each item with a different due date. - Start the process of placing a hold on that title for a patron. - On the "Place hold" screen, check the table of "specific" items and test sorting of the "Information" column by date due. - Tools -> Tags Created attachment 118911 [details] [review] Bug 28016: Replace obsolete title-string sorting: Assorted templates This patch modifies various templates to replace the use of the "title-string" DataTables sorting method with the newer "data-order" attribute. To test, apply the patch and view the following pages to confirm that columns containing dates sort correctly when using any setting of the "dateformat" system preference: - Cataloging -> Edit items - Easiest to test with an title with many items. You can follow the "Edit items" link from search results. - Tools -> Patron lists - View the contents of a patron list - Catalog -> Place hold - Locate a title with multiple items and check out each item with a different due date. - Start the process of placing a hold on that title for a patron. - On the "Place hold" screen, check the table of "specific" items and test sorting of the "Information" column by date due. - Tools -> Tags Signed-off-by: Amit Gupta <amitddng135@gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 21.05, thanks to everybody involved! Enhancement not pushed to 20.11.x |