[Koha-bugs] [Bug 18521] Renew and search hotkeys are swapped on returns page.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 22 16:42:27 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18521

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #76108|0                           |1
        is obsolete|                            |

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 76291
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76291&action=edit
Bug 18521: Fix key binding in the header

Moving the conditional block [% IF
(CAN_user_circulate_circulate_remaining_permissions ) %] block up the
checkin-search.inc file above the CAN_user_catalogue IF conditional block fixes
this bug.

Test plan:
1. Go to the circ home page and confirm the following
keyboard shortcuts work:

Alt+q = goes to search catalog
Alt+w = goes to renew

2. Go to returns.pl and confirm the following  keyboard shortcuts work:

Alt+q = goes to renew
Alt+w = goes to search catalog

3. Apply patch

4. Restart apache2, memchached and plack

5. Confirm on the returns.pl the following keyboard shortcuts work:
Alt+q = goes to search catalog
Alt+w = goes to renew

Sponsored-By: Catalyst IT

Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
Followed the test plan and it works.

Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list