https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38257 Bug ID: 38257 Summary: Several functionalities broken in cart pop up Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: emmi.takkinen@koha-suomi.fi QA Contact: testopia@bugs.koha-community.org For some reason change made in bug 37033 to cart pop up has broken its functionalities. All following functionalities are now broken: - More details - Send - Download - Print - Empty and close - Remove - Add to a list - Place hold - Batch modify - Batch delete To reproduce: 1. Search for items and add one or more search results to your cart. 2. Open cart. 3. Attempt to use one functionality mentioned above. => Either nothing happens or table is loaded again with no items in table. However items are still displayed in cart when it's opened again. Also following errors are displayed in browsers console:
Uncaught TypeError: antiClickjack is null Uncaught TypeError: $(...).dataTable is not a function
Removing line [% INCLUDE 'intranet-bottom.inc' popup_window=1 %] from basket.tt fixes the problem, but then plugin intranet_js won't work. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.