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

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Jonathan Druart <[email protected]> ---
I am not against moving to separate JS files, but I have advertise big work in
the datatables and script tags area in the last months, and this is only
causing more conflicts.

We had this error in a couple of other places and we solved it with a single
character:

-        let table_dt = table.DataTable();
+        let table_dt = table?.DataTable();

Also it would have helped to have the fix separate than the move, to clearly
identify what the fix is.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to