Bug 32153 - Wrong link for help for systempreferences in 22.05 and below
Summary: Wrong link for help for systempreferences in 22.05 and below
Status: RESOLVED DUPLICATE of bug 31465
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-09 16:46 UTC by Nick Clemens
Modified: 2022-11-10 15:55 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens 2022-11-09 16:46:33 UTC
On 22.05 and 21.11 clicking help from system preferences points to:
https://koha-community.org/manual//22.05/en/html/systempreferences.html
which is a 404

It should point to:
https://koha-community.org/manual//22.05/en/html/globalpreferences.html
Comment 1 Anke Bruns 2022-11-10 14:31:46 UTC
This will be corrected in 22.11, see https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31465.

Meanwhile, you might edit 

/usr/share/koha/lib/Koha/Manual.pm

as a workaround and change the lines:

    'admin/preferences'                        => '/globalpreferences.html',

(from systempreferences.html) 

and 

    'admin/systempreferences'                  => '/localusepreferences.html'

(from systempreferences.html#local-use).
Comment 2 Nick Clemens 2022-11-10 15:55:07 UTC

*** This bug has been marked as a duplicate of bug 31465 ***