[Koha-bugs] [Bug 18589] Show ILLs as part of patron profile

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 11 17:06:10 CET 2019


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

--- Comment #20 from Josef Moravec <josef.moravec at gmail.com> ---
1) You are setting dateFormat on two places, but not use it anywhere.

2) In the ill requests list tables (both, in ill module and patron ill view)
are shown columns placed_unformatted and updated_unformatted, only data, table
header is blank.

3) There is error in js console, when load the ill request lista table in ill
module

ill-list-table_18.1200024.js:242 Uncaught TypeError: Cannot read property
'hasOwnProperty' of undefined
    at getStatusName (ill-list-table_18.1200024.js:242)
    at ill-list-table_18.1200024.js:34
    at Array.forEach (<anonymous>)
    at Object.prep (ill-list-table_18.1200024.js:29)
    at a.fn.init.initComplete (ill-list-table_18.1200024.js:460)
    at jquery.dataTables.min_18.1200024.js:75
    at Function.map (jquery-2.2.3.min_18.1200024.js:2)
    at v (jquery.dataTables.min_18.1200024.js:75)
    at ta (jquery.dataTables.min_18.1200024.js:49)
    at ia (jquery.dataTables.min_18.1200024.js:48)

3) when trying to filter by date placed, there is one more error in console:
ill-list-table_18.1200024.js:519 Uncaught TypeError: Cannot read property 'api'
of undefined
    at HTMLFormElement.<anonymous> (ill-list-table_18.1200024.js:519)
    at HTMLFormElement.dispatch (jquery-2.2.3.min_18.1200024.js:3)
    at HTMLFormElement.r.handle (jquery-2.2.3.min_18.1200024.js:3)

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


More information about the Koha-bugs mailing list