[Koha-bugs] [Bug 29155] Upgrade jquery version

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 15 14:07:10 CEST 2022


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

--- Comment #14 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 133356
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133356&action=edit
Bug 29155: (follow-up) Work around change to jQueryUI tab API

For some reason, with the combination of jQuery 3.6.0 and jQueryUI
1.13.1, the way to access the current active tab's link has changed.
Previously the tab activate event would provide information about the
link as "ui.newTab.context." It appears that "context" is no longer
available.

This patch updates the two instances in Koha where this process is
broken.

To test, apply the patch and check out to a patron with holds on their
account.

- When the checkout page loads, confirm that each tab loads its contents
  correctly when clicked.
- Check that the correct tab is activated when you append the tab link
  to the page url, e.g.

  /cgi-bin/koha/circ/circulation.pl?borrowernumber=XXX#reldebarments

  ...which should select the "Restrictions" tab for you. You may need to
  try this in a new tab or shift-reload to get the browser to look for
  the hash.

- Perform the same tests on the patron details page.

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


More information about the Koha-bugs mailing list