]> git.koha-community.org Git - koha.git/commit
Bug 38257: Fix cart pop up functionalities
authorEmmi Takkinen <emmi.takkinen@koha-suomi.fi>
Thu, 24 Oct 2024 11:57:46 +0000 (14:57 +0300)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 7 Nov 2024 16:32:35 +0000 (17:32 +0100)
commit9cae91c7da4c429350584dd394282be9d01e79da
tree907f1dac51f1f918391565c6c11a59c7247287bc
parent6c48b39b172b0ec2ee8e2a1ac04fc9687ff58f59
Bug 38257: Fix cart pop up functionalities

Almost all functionalities in cart pop up were broken
due changes made in bug 37033. Also following errors
were displayed in browsers console:

> Uncaught TypeError: antiClickjack is null
> Uncaught TypeError: $(...).dataTable is not a function

This happens because when 'intranet-bottom.inc' is loaded
after other .inc files in page.

To test:
1. Search for items and add one or more search results to your cart.
2. Open cart.
3. Attempt to use one or more functionalities (download, remove item etc.).
=> 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.
4. Apply this patch, restart services if needed.
5. Again attempt to download, remove items, print etc. from cart
=> Everything should now work as expected.

Sponsored-by: Koha-Suomi Oy
Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt