[Koha-bugs] [Bug 13070] Managing staged MARC records, sorting by title should ignore articles

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 14 22:42:04 CEST 2014


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

--- Comment #1 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
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.


More information about the Koha-bugs mailing list