Bug 32153

Summary: Wrong link for help for systempreferences in 22.05 and below
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: anke.bruns, gmcharlt
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Nick Clemens (kidclamp) 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 (kidclamp) 2022-11-10 15:55:07 UTC

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