[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 17:50:08 CET 2019


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

--- Comment #21 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 85567
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=85567&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.

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


More information about the Koha-bugs mailing list