Created attachment 153892 [details] SortHoldsScreenShot When sorting checkouts by title on a patron's account, articles are ignored. When sorting holds by title, articles are included. It would be great if the holds tab of a patron's account also ignored articles (a, an, the) when sorting by title.
Created attachment 153923 [details] [review] Bug 34402: Sorting holds on patron account includes articles This patch adds some configuration to the table of holds shown on the checkout and patron detail pages so that sorting by title correctly excludes articles. To test, apply the patch and clear your browser cache. - Check out to a patron who has multiple holds on titles which include leading articles like "a" "an" and "the." - Click the holds tab and click the "title" column to sort by title. - The titles should be correctly sorted alphabetically while ignoring articles.
Created attachment 154129 [details] [review] Bug 34402: Sorting holds on patron account includes articles This patch adds some configuration to the table of holds shown on the checkout and patron detail pages so that sorting by title correctly excludes articles. To test, apply the patch and clear your browser cache. - Check out to a patron who has multiple holds on titles which include leading articles like "a" "an" and "the." - Click the holds tab and click the "title" column to sort by title. - The titles should be correctly sorted alphabetically while ignoring articles. Signed-off-by: Sam Lau <samalau@gmail.com>
Created attachment 154135 [details] [review] Bug 34402: Sorting holds on patron account includes articles This patch adds some configuration to the table of holds shown on the checkout and patron detail pages so that sorting by title correctly excludes articles. To test, apply the patch and clear your browser cache. - Check out to a patron who has multiple holds on titles which include leading articles like "a" "an" and "the." - Click the holds tab and click the "title" column to sort by title. - The titles should be correctly sorted alphabetically while ignoring articles. Signed-off-by: Sam Lau <samalau@gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 23.11. Nice work everyone, thanks!
Bug description describes the problem. But the commit message should describe the solution, ie : "Exclude articles from title when sorting holds on patron account"
Pushed to 23.05.x for 23.05.04
patron-detail-tabs.inc does not exist in 22.11.x as bug 33528 was not backported - unable to backport to 22.11.x