Summary: | Sorting holds on patron account includes articles | ||
---|---|---|---|
Product: | Koha | Reporter: | Kristi <kkrueger> |
Component: | Patrons | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | normal | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, kyle.m.hall, matt.blenkinsop |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.11.00,23.05.04
|
|
Circulation function: | |||
Bug Depends on: | 33528 | ||
Bug Blocks: | |||
Attachments: |
SortHoldsScreenShot
Bug 34402: Sorting holds on patron account includes articles Bug 34402: Sorting holds on patron account includes articles Bug 34402: Sorting holds on patron account includes articles |
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 |
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.