Bugzilla – Attachment 185033 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.85 KB, created by
Nick Clemens (kidclamp)
on 2025-08-01 14:48:23 UTC
(
hide
)
Description:
Bug 40451: Link patron restriction types to correct section in manual
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-08-01 14:48:23 UTC
Size:
1.85 KB
patch
obsolete
>From d94d566a4a551782fc151e7614c3b132606b651a 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> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > Koha/Manual.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Manual.pm b/Koha/Manual.pm >index c3d3a4bac22..6903b38471c 100644 >--- a/Koha/Manual.pm >+++ b/Koha/Manual.pm >@@ -163,7 +163,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