This patch will modify the following templates to replace the old "title-string" DataTables sorting method with the built-in method using "data-order" attributes. intranet-tmpl/prog/en/modules/members/accountline-details.tt intranet-tmpl/prog/en/modules/members/boraccount.tt intranet-tmpl/prog/en/modules/members/discharges.tt intranet-tmpl/prog/en/modules/members/holdshistory.tt intranet-tmpl/prog/en/modules/members/moremember.tt intranet-tmpl/prog/en/modules/members/notices.tt intranet-tmpl/prog/en/modules/members/pay.tt intranet-tmpl/prog/en/modules/members/readingrec.tt
Created attachment 118507 [details] [review] Bug 27990: Replace obsolete title-string sorting: Patrons This patch modifies several patron 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 a patron record in the staff interface. Check the following pages to confirm that columns containing dates sort correctly when using any setting of the "dateformat" system preference: - Details: DataTables initialization removed because it is obsolete. Confirm that table of holds in the holds tab is still a working DataTable. - Accounting - Accounting -> Transactions, - Accounting -> Transactions -> Details of a fee (DataTables-related markup removed because there are no DataTables). - Circulation history - Holds history - Notices
Created attachment 118674 [details] [review] Bug 27990: Replace obsolete title-string sorting: Patrons To test, apply the patch and view a patron record in the staff interface. Check the following pages to confirm that columns containing dates sort correctly when using any setting of the "dateformat" system preference: - Details: DataTables initialization removed because it is obsolete. Confirm that table of holds in the holds tab is still a working DataTable. - Accounting - Accounting -> Transactions, - Accounting -> Transactions -> Details of a fee (DataTables-related markup removed because there are no DataTables). - Circulation history - Holds history - Notices
Created attachment 118675 [details] [review] Bug 27990: Replace obsolete title-string sorting: Patrons To test, apply the patch and view a patron record in the staff interface. Check the following pages to confirm that columns containing dates sort correctly when using any setting of the "dateformat" system preference: - Details: DataTables initialization removed because it is obsolete. Confirm that table of holds in the holds tab is still a working DataTable. - Accounting - Accounting -> Transactions, - Accounting -> Transactions -> Details of a fee (DataTables-related markup removed because there are no DataTables). - Circulation history - Holds history - Notices
Created attachment 118784 [details] [review] Bug 27990: (follow-up) Address missing instances With multiple pending discharge requests, follow the "Discharge requests pending" link from the staff interface home page.
Created attachment 118906 [details] [review] Bug 27990: Replace obsolete title-string sorting: Patrons This patch modifies several patron 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 a patron record in the staff interface. Check the following pages to confirm that columns containing dates sort correctly when using any setting of the "dateformat" system preference: - Details: DataTables initialization removed because it is obsolete. Confirm that table of holds in the holds tab is still a working DataTable. - Accounting - Accounting -> Transactions, - Accounting -> Transactions -> Details of a fee (DataTables-related markup removed because there are no DataTables). - Circulation history - Holds history - Notices Signed-off-by: Amit Gupta <amitddng135@gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Created attachment 118907 [details] [review] Bug 27990: (follow-up) Address missing instances With multiple pending discharge requests, follow the "Discharge requests pending" link from the staff interface home page. 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