[Koha-bugs] [Bug 8117] Divide budget periods into two tabs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 19 17:01:19 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8117

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Passed QA

--- Comment #20 from Paul Poulain <paul.poulain at biblibre.com> ---
QA comment:

 this time it's OK ! passed QA

A follow-up will be added though, because we understood why I had some
javascript error and jonathan didn't. It's because I've plack + debug

debug panel in plack adds a lot of <table> (without any id)

thus, when you call 
$("table").dataTable(...)
there's a javacscript error because datatable can't handle the plack <table> !

The solution has been to explicitely name the tables to dataTable (which is a
good thing anyway)
        $("#activeperiodst,#inactiveperiodst").dataTable($.extend(true, {},
dataTablesDefaults, {

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


More information about the Koha-bugs mailing list