[Koha-bugs] [Bug 18211] Circulation.pl / Moremember.pl has errors in table row id

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 27 20:16:14 CEST 2018


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

--- Comment #14 from Christopher Brannon <cbrannon at cdalibrary.org> ---
Just so we are clear on the issue, it looks like
jquery.dataTables.rowGrouping.js is adding an unneeded prefix "group-id-" to
id's, and including html tags in the sGroup.  My solution was to remove the
prefix and point the sGroup to the text only, and add another regex to remove
some other random characters.

Unless we want to adopt this script into koha's libraries and maintain it
ourselves, we should probably consider updating to a newer script at some
point, like the one I suggested.  I haven't tested it, so I don't know if it is
any better or worse that what is currently being used.

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


More information about the Koha-bugs mailing list