http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14100 --- Comment #39 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Katrin Fischer from comment #37)
Hi Jonathan,
thx for the changes. I continue with checking the pages and scripts changed, some more findings:
1) The pull down on reports/bor_issues_top.pl is empty apart from the 'any' entry.
Will be fixed.
2) There is something weird about sorting going on. Example: With the sample data, translate only MP = Maps to "Test" for another language. Go to the item search page - check the pull down: Test is sorted, as if it was still Maps. I think it would make more sense to sort always by the displayed description.
Yes, sometimes it's ordered by 'itemtype' and sometimes by 'description'. I have not changed the behavior when it's ordered by itemtype here, but it could be done on top of bug 14828.
3) The intranet result list doesn't show the right description in the right column with the item information. It still lists 'Books' when it should be 'Bücher'
I have not found this info (unimarc?) but I think I have fixed it.
4) Same for the itemtype facet descriptions in staff and the OPAC - the new translations are not used. It would be good to at least solve this for the OPAC side.
Same.
5) Not working on OPAC advanced search.
Fixed.
6) Not working for opac-topissues.pl filters and result list.
Fixed.
Only opac page working seems to be the opac/detail.pl page? Lost patch?
I don't think so :) (In reply to Katrin Fischer from comment #38)
7) The duplicate check only seems to work if entity - code - langauge - description are the same - but it should only be entity - code - langauge identical instead. Multiple German translations for the same itemtype make no sense :)
Yes! And I have added the unique key at the DB level. -- You are receiving this mail because: You are watching all bug changes.