Bug 20222

Summary: Make bread crumb for cleanborrowers.pl match the link text in tools-home.pl
Product: Koha Reporter: Barton Chittenden <barton>
Component: ToolsAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: katrin.fischer
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:
Attachments: Bug 20222 - The bread crumb for cleanborrowers.pl does not match the link text in tools-home.pl
Bug 20222 - The bread crumb for cleanborrowers.pl does not match the link text in tools-home.pl
Bug 20222: Make bread crumb for cleanborrowers.pl match the link text in tools-home.pl

Description Barton Chittenden 2018-02-15 20:20:29 UTC
In Home › Tools (tools/tools-home.pl), the link to the patron batch deletion tool is

    Batch patron deletion/anonymization

When you click into the page, the breadcrumb says

    Home › Tools › Clean Patron Records

The breadcrumb should match the link text.
Comment 1 Owen Leonard 2018-02-16 14:38:23 UTC
Created attachment 71797 [details] [review]
Bug 20222 - The bread crumb for cleanborrowers.pl does not match the link text in tools-home.pl

This patch revises the breadcrumbs in the template for batch patron
deletion / anonymization so that they match the text used in the tools
menu and on Tools home.

To test, apply the patch and go through a batch patron anonymization
process. At each step the breadcrumbs should read "Batch patron
deletion/anonymization" instead of "clean patron records."
Comment 2 Roch D'Amour 2018-02-16 19:18:22 UTC
Created attachment 71858 [details] [review]
Bug 20222 - The bread crumb for cleanborrowers.pl does not match the link text in tools-home.pl

This patch revises the breadcrumbs in the template for batch patron
deletion / anonymization so that they match the text used in the tools
menu and on Tools home.

To test, apply the patch and go through a batch patron anonymization
process. At each step the breadcrumbs should read "Batch patron
deletion/anonymization" instead of "clean patron records."

Signed-off-by: Roch D'Amour <roch.damour@inlibro.com>
Comment 3 Katrin Fischer 2018-02-18 10:45:53 UTC
Created attachment 71900 [details] [review]
Bug 20222: Make bread crumb for cleanborrowers.pl match the link text in tools-home.pl

This patch revises the breadcrumbs in the template for batch patron
deletion / anonymization so that they match the text used in the tools
menu and on Tools home.

To test, apply the patch and go through a batch patron anonymization
process. At each step the breadcrumbs should read "Batch patron
deletion/anonymization" instead of "clean patron records."

Signed-off-by: Roch D'Amour <roch.damour@inlibro.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Katrin Fischer 2018-02-18 10:46:57 UTC
https://wiki.koha-community.org/wiki/Commit_messages ;)
Comment 5 Jonathan Druart 2018-02-18 19:50:49 UTC
Pushed to master for 18.05, thanks to everybody involved!