http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13070
--- Comment #1 from Martin Renvoize <[email protected]> --- OK, So I've been investigating this and found the relevant places to update the code. Looks like this DataTable is indeed entirely serverside processed, relying upon tools/batch_records_ajax.pl for the ajax backend (see line 67->68 for the sort call. We can then trace this back further into C4/ImportBatch.pm lines 1035 to 1039. We could hard code an exclusion here, but that not very flexible so I'm currently looking into whether the sType parameters can get passed back in the ajax request inside the mDataProp field.. at which point we may be able to do something a little more workable. Anywho, just an update to say i've not forgotten this.. it's a bit of a lunchtimes project to get this done at the moment ;) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
