Summary: | Links on itemnumbers in report should say "item" instead of "record" | ||
---|---|---|---|
Product: | Koha | Reporter: | Magnus Enger <magnus> |
Component: | Reports | Assignee: | Owen Leonard <oleonard> |
Status: | RESOLVED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | lucas, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | String patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
24.11.00
|
|
Circulation function: | |||
Attachments: |
Bug 36707: Links on itemnumbers in report should say "item", not "record"
Bug 36707: Links on itemnumbers in report should say "item", not "record" Bug 36707: Links on itemnumbers in report should say "item", not "record" |
Description
Magnus Enger
2024-04-26 13:36:14 UTC
Created attachment 170185 [details] [review] Bug 36707: Links on itemnumbers in report should say "item", not "record" This patch changes the labels on SQL report result links so that the term "item" is used for editing or viewing an item. To test, apply the patch and go to Reports -> Saved reports - If necessary, create a report which will return biblionumbers and itemnumbers, e.g. SELECT itemnumber, biblionumber FROM items LIMIT 20 - Save and run the report. In the results, test the menus which can be triggered by clicking a biblionumber or itemnumber. - A biblionumber's menu should have "Edit record" and "View record." - An itemnumber's menu should have "Edit item" and "View item." Sponsored-by: Athens County Public Libraries Created attachment 170215 [details] [review] Bug 36707: Links on itemnumbers in report should say "item", not "record" This patch changes the labels on SQL report result links so that the term "item" is used for editing or viewing an item. To test, apply the patch and go to Reports -> Saved reports - If necessary, create a report which will return biblionumbers and itemnumbers, e.g. SELECT itemnumber, biblionumber FROM items LIMIT 20 - Save and run the report. In the results, test the menus which can be triggered by clicking a biblionumber or itemnumber. - A biblionumber's menu should have "Edit record" and "View record." - An itemnumber's menu should have "Edit item" and "View item." Sponsored-by: Athens County Public Libraries Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Created attachment 170431 [details] [review] Bug 36707: Links on itemnumbers in report should say "item", not "record" This patch changes the labels on SQL report result links so that the term "item" is used for editing or viewing an item. To test, apply the patch and go to Reports -> Saved reports - If necessary, create a report which will return biblionumbers and itemnumbers, e.g. SELECT itemnumber, biblionumber FROM items LIMIT 20 - Save and run the report. In the results, test the menus which can be triggered by clicking a biblionumber or itemnumber. - A biblionumber's menu should have "Edit record" and "View record." - An itemnumber's menu should have "Edit item" and "View item." Sponsored-by: Athens County Public Libraries Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Moved to enh too Pushed for 24.11! Well done everyone, thank you! Thanks for fixing this! :-) |