[Koha-bugs] [Bug 11794] opacSerialDefaultTab being ignored

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 10 11:06:05 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11794

--- Comment #5 from Jesse Maseto <jesse at bywatersolutions.com> ---
Created attachment 25977
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25977&action=edit
Bug 11794 - opacSerialDefaultTab being ignored

The opacSerialDefaultTab system preference should control whether to
show the holdings or subscriptions tab by default on the detail page for
a serial. This behavior was broken when we last updated jQueryUI because
of a change in the jQueryUI active tab class name.

This patch corrects the class on the detail page and removes the old
class from the authorities detail page (where it was unnecessary
anyway).

To test, view a serial record in the OPAC under various settings of the
opacSerialDefaultTab preference. The default tab should correctly follow
the preference.

Test in prog and Bootstrap themes.

Edit: Rebased on current master. Note that the change to
opac-auth-detail.tt is because the page never has more than one tab,
hence doesn't need the "active" designation.

Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>

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


More information about the Koha-bugs mailing list