Bug 27846 and Bug 28101 dealt with making the Staff Client and OPAC breadcrumbs more accessible. It would appear, however, that some Staff Client template files were missed in the process: koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt
Created attachment 127777 [details] [review] Bug 29513: Convert remaining breadcrumbs div blocks into nav As per https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27846#c0, breadcrumbs should adhere to the WAI-ARIA Authoring Practices. Most Staff Client template files have already been fixed, but there were a few that were missed. This patch fixes that. Test plan: 1) Apply this patch. 2) Visit these pages in the Staff Client: Home > Acquisitions > TestVendor > Basket TestBasket (1) for TestVendor (*) Home > Administration > Set library checkin and transfer policy (**) Home > Patrons > Merge patron records (***) ...and confirm that the breadcrumbs display correctly. (*) Can be accessed by creating a test basket for a test vendor (**) Can be found under Administration -> Patrons and circulation (***) Can be found by trying to merge two Patron records
Created attachment 127786 [details] [review] Bug 29513: Convert remaining breadcrumbs div blocks into nav As per https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27846#c0, breadcrumbs should adhere to the WAI-ARIA Authoring Practices. Most Staff Client template files have already been fixed, but there were a few that were missed. This patch fixes that. Test plan: 1) Apply this patch. 2) Visit these pages in the Staff Client: Home > Acquisitions > TestVendor > Basket TestBasket (1) for TestVendor (*) Home > Administration > Set library checkin and transfer policy (**) Home > Patrons > Merge patron records (***) ...and confirm that the breadcrumbs display correctly. (*) Can be accessed by creating a test basket for a test vendor (**) Can be found under Administration -> Patrons and circulation (***) Can be found by trying to merge two Patron records Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 127862 [details] [review] Bug 29513: Convert remaining breadcrumbs div blocks into nav As per https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27846#c0, breadcrumbs should adhere to the WAI-ARIA Authoring Practices. Most Staff Client template files have already been fixed, but there were a few that were missed. This patch fixes that. Test plan: 1) Apply this patch. 2) Visit these pages in the Staff Client: Home > Acquisitions > TestVendor > Basket TestBasket (1) for TestVendor (*) Home > Administration > Set library checkin and transfer policy (**) Home > Patrons > Merge patron records (***) ...and confirm that the breadcrumbs display correctly. (*) Can be accessed by creating a test basket for a test vendor (**) Can be found under Administration -> Patrons and circulation (***) Can be found by trying to merge two Patron records Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Created attachment 127863 [details] [review] Bug 29513: (QA follow-up) Fix TT filters Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 22.05, thanks to everybody involved!
Pushed to 21.11.x for 21.11.01
Added Manual keyword for 22.05 bugs that I consider require documentation changes. See bug 29640 and the linked spreadsheet for additional details.
Pushed to 21.05.x for 21.05.08
Not backported to oldoldstable (20.11.x). Feel free to ask if it's needed.