Users cannot perform a search to hold or use any print options from the API keys screen. To reproduce: 1. Navigate to Manage API keys page from Patron record > More > Manage api keys 2. Attempt to click search to hold or use any print options
Created attachment 75477 [details] [review] Bug 20803: Cannot search to hold or use print options from API keys interface This patch adds a required JS asset to the patron API key interface. Without it, JS-based functions in the toolbar do not work. To test you must have RESTOAuth2ClientCredentials enabled. - From a patron detail page, choose More -> Manage API keys. - Test the toolbar buttons on this page, especially "Search to hold" and the various print options.
Created attachment 75478 [details] [review] Bug 20803: Cannot search to hold or use print options from API keys interface This patch adds a required JS asset to the patron API key interface. Without it, JS-based functions in the toolbar do not work. To test you must have RESTOAuth2ClientCredentials enabled. - From a patron detail page, choose More -> Manage API keys. - Test the toolbar buttons on this page, especially "Search to hold" and the various print options. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Pushed to master for 18.05, thanks Owen!