[Koha-bugs] [Bug 9017] Quote of the day: Table footer not translated

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 8 13:02:44 CET 2012


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

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |veron at veron.ch
           Assignee|veron at veron.ch              |koha-bugs at lists.koha-commun
                   |                            |ity.org

--- Comment #5 from Marc Véron <veron at veron.ch> ---
I tried for several hours but I can't make it work with the approach Owen
suggested. It seems that the table definition is to complex to be merged with
dataTablesDefaults.

If I extend it with:
    oTable = $("#table_readingrec").dataTable($.extend(true, {},
dataTablesDefaults, {
...
    }));

...the table simply does not render. I suppose that it breaks the callback
definitions. 

My patch would be a workaround to avoid untranslated strings and does not break
anything, but maybe somebody else (the original author of this feature?) is
able to put the code in a way that it does not fail QA.

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


More information about the Koha-bugs mailing list