[Koha-bugs] [Bug 29144] Move branches.opac_info to AdditionalContents allowing multi language

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 14 15:22:26 CEST 2022


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |additional_work_needed
                 CC|                            |jonathan.druart+koha at gmail.
                   |                            |com

--- Comment #72 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Caught by Owen on IRC: DT search is broken (general search when searching for
libraries).

Uncaught TypeError: col.data.split is not a function


It's because opac_info is searchable but "data" is a function:

    "data": function( row, type, val, meta ) {
        return ''; // provisional placeholder for opac_info
    },
    "searchable": true,
    "visible": false,
    "orderable": false

It could be considered a bug from datatables.js, but I don't think it is. We
should fix branch.tt instead.

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


More information about the Koha-bugs mailing list