[Koha-bugs] [Bug 23246] Record detail page jumps into the 'images' tab if no holdings

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jul 6 14:46:07 CEST 2019


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

--- Comment #11 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to Katrin Fischer from comment #9)
> Only... it doesn't work.
> 
> I am looking at a detail page in staff and now the acq tab is preselected.
> Patches applied, restart_all and cache deleted.

The original implementation jumped to the fourth tab in the event of no
holdings.
The fourth tab is not the media one if HTML5MediaEnabled is disabled, and there
are conditions in which even in that case it is not the fourth.

The follow-up just adds an ID to the media tab, and jumps into is by using the
ID instead.

So, if it is not working, can you check on the page sources, and see if you
have the ID, and the line that says:

$('#bibliodetails').tabs("option", "active", $('#media_tab').index() );

If it is there, then it is not working, otherwise your templates have been
cached or similar.

I will retry myself. Thanks!

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


More information about the Koha-bugs mailing list