Bug 31882

Summary: Fix page title of pages in the new cataloging module home page
Product: Koha Reporter: Lucas Gass <lucas>
Component: Staff interfaceAssignee: Martin Renvoize <martin.renvoize>
Status: CLOSED FIXED QA Contact: Katrin Fischer <katrin.fischer>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, martin.renvoize
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:
22.11.00
Bug Depends on: 31864    
Bug Blocks: 31845    
Attachments: Bug 31864: Correct titles for pages in new cataloging module
Bug 31864: Correct titles for pages in new cataloging module
Bug 31882: Correct titles for pages in new cataloging module

Description Lucas Gass 2022-10-19 22:33:55 UTC
Pages that were moved from Tools to Cataloging in Bug 31162 should have their page titles corrected. 

For example:

<title>Batch record modification &rsaquo; Tools &rsaquo; Koha</title>

Should become:

<title>Batch record modification &rsaquo; Cataloging &rsaquo; Koha</title>
Comment 1 Martin Renvoize 2022-10-24 14:44:01 UTC
Created attachment 142516 [details] [review]
Bug 31864: Correct titles for pages in new cataloging module

To test:
1. Apply patch
2. Set system preference 'StockRotation' to enable.
3. Be logged in as a superlibrarian
4. Check the page titles for all pages, accessible from the
   Cataloging module homepage
Comment 2 Lucas Gass 2022-10-24 17:52:07 UTC
Created attachment 142540 [details] [review]
Bug 31864: Correct titles for pages in new cataloging module

To test:
1. Apply patch
2. Set system preference 'StockRotation' to enable.
3. Be logged in as a superlibrarian
4. Check the page titles for all pages, accessible from the
   Cataloging module homepage

https://bugs.koha-community.org/show_bug.cgi?id=31882

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Comment 3 Katrin Fischer 2022-10-24 18:10:53 UTC
Created attachment 142545 [details] [review]
Bug 31882: Correct titles for pages in new cataloging module

To test:
1. Apply patch
2. Set system preference 'StockRotation' to enable.
3. Be logged in as a superlibrarian
4. Check the page titles for all pages, accessible from the
   Cataloging module homepage

https://bugs.koha-community.org/show_bug.cgi?id=31882

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Katrin Fischer 2022-10-24 18:11:24 UTC
Fixed the wrong bug number in the commit message!
Comment 5 Tomás Cohen Arazi 2022-10-24 18:45:01 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!