Bugzilla – Attachment 184910 Details for
Bug 40451
Link patron restriction types to correct section in manual
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40451: Link patron restriction types to correct section in manual
Bug-40451-Link-patron-restriction-types-to-correct.patch (text/plain), 1.75 KB, created by
Owen Leonard
on 2025-07-30 18:14:34 UTC
(
hide
)
Description:
Bug 40451: Link patron restriction types to correct section in manual
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-07-30 18:14:34 UTC
Size:
1.75 KB
patch
obsolete
>From 952a9691091d4cd9412a6d6e1c2e8202323939dd Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 30 Jul 2025 18:10:23 +0000 >Subject: [PATCH] Bug 40451: Link patron restriction types to correct section > in manual > >The mapping connecting the patron restriction types administration page >to the corresponding page in the manual was incorrect. This patch fixes >it so that clicking the help link from that page will take the user >directly to the correct place on the page. > >To test, apply the patch and restart services. > >- Go to Administration -> Patron restriction types. >- Click the "Help" link. >- You should be taken directly to the Patron restriction types page in > the manual: administration.html#patron-restriction-types > >Sponsored-by: Athens County Public Libraries >--- > Koha/Manual.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Manual.pm b/Koha/Manual.pm >index fe5cc2c5b37..c47dc962b82 100644 >--- a/Koha/Manual.pm >+++ b/Koha/Manual.pm >@@ -125,7 +125,7 @@ our $mapping = { > 'admin/preferences#web_services' => '/webservicespreferences.html', > 'admin/smart-rules' => '/administration.html#circulation-and-fine-rules', > 'admin/smtp_servers' => '/administration.html#smtp-servers', >- 'admin/restrictions' => '/administration.html#patron-restrictions', >+ 'admin/restrictions' => '/administration.html#patron-restriction-types', > 'admin/share_content' => '/administration.html#share-content-with-mana-kb', > 'admin/sms_providers' => '/administration.html#sms-cellular-providers', > 'admin/systempreferences' => '/localusepreferences.html', >-- >2.39.5
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 40451
:
184910
|
184911
|
185033