Bug 22174: Add link to help page for API key management
authorKatrin Fischer <katrin.fischer.83@web.de>
Tue, 12 Mar 2019 11:19:35 +0000 (11:19 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 19 Apr 2019 14:33:33 +0000 (14:33 +0000)
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

Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Koha/Manual.pm

index cc8c668..d7886c4 100644 (file)
@@ -142,6 +142,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',