From 63177385b091b15ad398461d68b32162c08761e6 Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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 Signed-off-by: Hayley Mapley Signed-off-by: Martin Renvoize --- Koha/Manual.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Manual.pm b/Koha/Manual.pm index cc8c6686cd..d7886c4bb5 100644 --- a/Koha/Manual.pm +++ b/Koha/Manual.pm @@ -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', -- 2.20.1