https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41944 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |ASSIGNED --- Comment #6 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- (In reply to Jan Kissig from comment #4)
Hey Tomas
instead of throwing the 404 could we use a more detailed error page? There is already a prepared blocking_error for unknown_ill_request in
koha3/koha-tmpl/intranet-tmpl/prog/en/includes/blocking_errors.inc
This would also align more to error pages for non existing biblios and patrons:
cgi-bin/koha/members/moremember.pl?borrowernumber=151 -> Patron not found. Return to search
cgi-bin/koha/catalogue/detail.pl?biblionumber=555 -> The record you requested does not exist (555).
I iddn't note this comment. Taking a look. -- You are receiving this mail because: You are watching all bug changes.