https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27272 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #88 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Joonas Kylmälä from comment #81) Thanks, Joonas!
Did some testing, no code review yet but noticed the following problems:
1. Going to a serial biblio's detail page fails on opac, e.g. page http://localhost:8080/cgi-bin/koha/opac-detail.pl?biblionumber=29 on KTD.
DBIx::Class::ResultSource::_resolve_join(): No such relationship serial on Item at /kohadevbox/koha/Koha/Objects.pm line 421
Same error on the detail.pl on the staff side.
My tests were wrong but passing! It's fixed now.
2. Go to any biblio's OPAC detail page, checkout an item for that biblio and notice the Status column is not updated and it still shows "Available". Before applying these patches the status was "Checked out"
Should be fixed, but this area is a mess. Hard to keep things clean, the idea here is to not get worse. We should focus on that once this bug is pushed.
3. serials/routing-preview.pl doesn't display the branch name anymore.
Will continue testing after this, there are still some things I want to test on the biblio detail pages that I cannot due to the internal server errors.
Oops, fixed! -- You are receiving this mail because: You are watching all bug changes.