Bugzilla – Attachment 140739 Details for
Bug 31465
Link system preference tabs to correct manual pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31465: Correct help link for preferences
Bug-31465-Correct-help-link-for-preferences.patch (text/plain), 2.25 KB, created by
David Nind
on 2022-09-18 21:13:14 UTC
(
hide
)
Description:
Bug 31465: Correct help link for preferences
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-09-18 21:13:14 UTC
Size:
2.25 KB
patch
obsolete
>From 75c3a66d4cf307d8412d243df4630846f920196f Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 16 Sep 2022 11:42:17 +0100 >Subject: [PATCH] Bug 31465: Correct help link for preferences > >This patch updates the mapping to reflect the split and rename of the >preferences section of the manual. > >Test plan >1) Hitting 'Help' on any tab except for 'Local use' should lead you to > the globalpreferences section of the manual for your Koha version. >2) Hitting 'Help' on the 'Local use' tab should take you directly to the > 'localusepreferences' manual page. > >NOTE: I have now updated the manual build pipeline to remove >renamed/deleted files so prior to this patch you should now see a 404 >response when clicking Help from these pages. Before I made that >change, we had the old file hanging around, so you actually got an >outdated manual page disguised as a more recent version. > >Signed-off-by: David Nind <david@davidnind.com> >--- > Koha/Manual.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/Manual.pm b/Koha/Manual.pm >index 30a815545e..f1d012de14 100644 >--- a/Koha/Manual.pm >+++ b/Koha/Manual.pm >@@ -89,10 +89,10 @@ our $mapping = { > 'admin/oai_set_mappings' => '/administration.html#oai-sets-configuration', > 'admin/oai_sets' => '/administration.html#oai-sets-configuration', > 'admin/patron-attr-types' => '/administration.html#patron-attribute-types', >- 'admin/preferences' => '/systempreferences.html', >+ 'admin/preferences' => '/globalpreferences.html', > 'admin/smart-rules' => '/administration.html#circulation-and-fine-rules', > 'admin/sms_providers' => '/administration.html#sms-cellular-providers', >- 'admin/systempreferences' => '/systempreferences.html#local-use', >+ 'admin/systempreferences' => '/localusepreferences.html', > 'admin/transport-cost-matrix' => '/administration.html#transport-cost-matrix', > 'admin/z3950servers' => '/administration.html#z39.50/sru-servers', > 'authorities/authorities-home' => '/cataloging.html#authorities', >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31465
:
140702
|
140704
|
140739
|
140740
|
140804
|
140805