[Koha-bugs] [Bug 15636] DataTables Warning: Requested unknown parameter from opac-detail.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 23 16:32:28 CET 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |veron at veron.ch

--- Comment #5 from Marc Véron <veron at veron.ch> ---
(In reply to Blou from comment #4)
> Hello Cate,
> We'll need your help on that.  You see, we cannot reproduce the situation
> without hacking the code.  It arose because we're adding an extra column in
> there for ebooks, in a custom development.  It causes a jqury message to pop
> up in the UI because of the imbalance in column count.
> 
> The origin of it is commit 6d32d66f, by bug #7720.  You can see in there
> that it's missing the javascript part for the test.
> 
> So, not sure how to test it.  Except that by looking at the code (and 7720's
> code), it's "obvious".  Just need a way to translate it into a scenario...

Blou,

Maybe you could add a separate patch with the "hack" that is necessary for
testing (marked with something like FOR TESTING ONLY - DO NOT PUSH)

The scenario would then be something like:
- apply the "Hack" patch
- verify the bug
- apply the patch with the jQuery fix
- verify that the error is gone
- remove both patches and apply the jQuery fix patch only
- verify that nothing is broken
- sign-off the patch with the jQuery fix

Marc

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


More information about the Koha-bugs mailing list