http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9811 --- Comment #24 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Katrin Fischer from comment #22) Thanks for the review Katrin!
Created attachment 19633 [details] Patron module start page
Adding some notes about my findings here:
1) (Normal) Sorting: I think it would be nice if fines, circ notes and checkouts would be sortable too. I know checkouts is a bit difficult, but if it was sortable you could easily find those with checkouts at least.
I will add the sort on the notes, but others are a little bit complicated.
2) (Trivial) There is some wrong capitalization, that was already there before and now appears in the filters too: Street Address > Street address
Will be done. I did not find others wrong capitalization.
3) (Major) Filters: I tried to limit the search to a specific patron category and while it said "Processing" nothing happened and the page seemed broken. I had to reload the page. Same happens when I search for a name using the normal search. Not sure what's going wrong here. I checked the logs, pasting some of the errors here:
There is 1 missing space in the built query, will be fixed.
4) (Trivial) There is something a little odd about the datatables CSS - the first part of the controls is a darker grey than the second part starting with "First".
Maybe it is wanted by Owen? It is not added by these patchs. Bug 10558 already deals with datatable CSS.
5) Wishlist: Could we rename the column Cat = Category? I remember all too well when someone (probably me) translated it to "Katze" :) But not sure if that takes up too much room or not.
Cat => Category, done. -- You are receiving this mail because: You are watching all bug changes.