Bug 31882 - Fix page title of pages in the new cataloging module home page
Summary: Fix page title of pages in the new cataloging module home page
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Martin Renvoize
QA Contact: Katrin Fischer
URL:
Keywords:
Depends on: 31864
Blocks: 31845
  Show dependency treegraph
 
Reported: 2022-10-19 22:33 UTC by Lucas Gass
Modified: 2023-12-28 20:43 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: String patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
22.11.00


Attachments
Bug 31864: Correct titles for pages in new cataloging module (17.13 KB, patch)
2022-10-24 14:44 UTC, Martin Renvoize
Details | Diff | Splinter Review
Bug 31864: Correct titles for pages in new cataloging module (17.19 KB, patch)
2022-10-24 17:52 UTC, Lucas Gass
Details | Diff | Splinter Review
Bug 31882: Correct titles for pages in new cataloging module (17.25 KB, patch)
2022-10-24 18:10 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!