[Koha-bugs] [Bug 22045] Cataloging UX enhancement - Improve access to tabs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 22 22:34:28 CET 2019


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

Maryse Simard <maryse.simard at inlibro.com> changed:

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

--- Comment #24 from Maryse Simard <maryse.simard at inlibro.com> ---
Created attachment 85580
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=85580&action=edit
Bug 22045: (follow-up) Fix tab-switching when some tab numbers are missing

This patch changes the way tab-switching is done so that it switching
tabs based on tab id rather than tab index. Using tab index doesn't work
when the tab number doesn't match the tab index.

To test, apply the patch and load a record or blank editor using a MARC
framework which doesn't include one or more tabs (for instance, by
deleting the entries in the framework for one tab:

DELETE FROM marc_subfield_structure WHERE frameworkcode = 'KT' AND tab = 4;

...backup first). In the MARC editor the numbered tabs should exclude
that number. Tab-switching should work correctly.

Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>

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


More information about the Koha-bugs mailing list