Bugzilla – Attachment 90274 Details for
Bug 22958
The Help link on SMS providers page should link to the correct chapter in the manual
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22958: Fix help link on the SMS providers page
Bug-22958-Fix-help-link-on-the-SMS-providers-page.patch (text/plain), 1.51 KB, created by
Liz Rea
on 2019-06-03 15:32:35 UTC
(
hide
)
Description:
Bug 22958: Fix help link on the SMS providers page
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2019-06-03 15:32:35 UTC
Size:
1.51 KB
patch
obsolete
>From 72506fa18ae08c6bdf072d0e655219e743a1b0fb Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 2 Jun 2019 08:58:50 +0000 >Subject: [PATCH] Bug 22958: Fix help link on the SMS providers page > >The help link on the SMS providers page didn't link to the >according chapter in the manual. > >To test: >- Enter Email in SMSSendDriver system preference to > make the configuration page appear >- Go to Administration > SMS cellular providers >- Click on the help link >- Verify it leads to the manual start page >- Apply patch >- Repeat and verify the link now leads to the correct > section in the manual > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> >--- > Koha/Manual.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Manual.pm b/Koha/Manual.pm >index 29028eff8b..99be4e4476 100644 >--- a/Koha/Manual.pm >+++ b/Koha/Manual.pm >@@ -92,6 +92,7 @@ our $mapping = { > 'admin/patron-attr-types' => '/administration.html#patron-attribute-types', > 'admin/preferences' => '/systempreferences.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/transport-cost-matrix' => '/administration.html#transport-cost-matrix', > 'admin/z3950servers' => '/administration.html#z39.50/sru-servers', >-- >2.11.0
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 22958
:
90264
|
90274
|
90340