Bugzilla – Attachment 184911 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.80 KB, created by
Roman Dolny
on 2025-07-30 18:24:06 UTC
(
hide
)
Description:
Bug 40451: Link patron restriction types to correct section in manual
Filename:
MIME Type:
Creator:
Roman Dolny
Created:
2025-07-30 18:24:06 UTC
Size:
1.80 KB
patch
obsolete
>From bd2308301311661e31ab7f1c2b5c06ca8d06792b 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 >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >--- > Koha/Manual.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Manual.pm b/Koha/Manual.pm >index fe5cc2c5b3..c47dc962b8 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