Bugzilla – Attachment 86703 Details for
Bug 22174
Add link to help page for API key management
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22174: Add link to help page for API key management
Bug-22174-Add-link-to-help-page-for-API-key-manage.patch (text/plain), 1.33 KB, created by
Katrin Fischer
on 2019-03-16 12:04:09 UTC
(
hide
)
Description:
Bug 22174: Add link to help page for API key management
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-03-16 12:04:09 UTC
Size:
1.33 KB
patch
obsolete
>From c08d50b01261d2ba4b89bb313240cba787ce2b09 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 12 Mar 2019 11:19:35 +0000 >Subject: [PATCH] Bug 22174: Add link to help page for API key management > >Makes the help link on the API key management page point >to the proper section in the Koha manual. > >To test: >- Activate RESTOAuth2ClientCredentials system preference >- Go to any patron account >- Go to More > Manage API keys >- Click on the Help link in top right corner >- Verify that the right section of the Koha manual displays >--- > Koha/Manual.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Manual.pm b/Koha/Manual.pm >index 56ef9a4b8a..298b52e25e 100644 >--- a/Koha/Manual.pm >+++ b/Koha/Manual.pm >@@ -141,6 +141,7 @@ our $mapping = { > 'labels/label-manage' => '/tools.html#batches', > 'labels/spinelabel-home' => '/tools.html#quick-spine-label-creator', > 'mainpage' => '/', >+ 'members/apikeys' => '/webservices.html#api-key-management-interface-for-patrons', > 'members/boraccount' => '/patrons.html#fines', > 'members/discharge' => '/patrons.html#patron-discharges', > 'members/files' => '/patrons.html#files', >-- >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 22174
:
86703
|
87971
|
88164