[Bug 35521] New: Erros in main search tab display
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35521 Bug ID: 35521 Summary: Erros in main search tab display Change sponsored?: --- Product: Koha Version: 22.11 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org Created attachment 159673 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159673&action=edit Screenshot After upgrading to 22.11.12, I'm seeing both the 'catalog' and 'syspref' search boxes. Circling through the tabs hides the cataloguing search and the view is back to normal. See the screenshot. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35521 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Could it be a browser cache issue? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35521 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #2 from Tomás Cohen Arazi <tomascohen@gmail.com> --- I couldn't reproduce on my dev environment. Only on a packages install... -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35521 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Erros in main search tab |Errors in main search tab |display |display -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35521 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #3 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Found the cause in IntranetUserJS: ``` /* JS for Koha RoomReservation Plugin This JS was added automatically by installing the RoomReservation plugin Please do not modify */ ... $(".nav-tabs li:first-child").removeClass("active").attr("aria-expanded", "false"); $("#circ_search").removeClass("active"); $("#catalog_search").addClass("active"); $(".nav-tabs li:last-child").addClass("active").attr("aria-expanded", "true"); ``` Leaving here in case others have the issue. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org