]> git.koha-community.org Git - koha.git/commit
Bug 23248: Avoid opac-ISBDdetail.pl breaking on invalid biblionumber
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 1 Jul 2019 18:52:02 +0000 (15:52 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 25 Jul 2019 13:40:49 +0000 (15:40 +0200)
commitb7ed2e378ab89885cca4853a03d397bfc2a542fc
treed1b9d75c1d03f4f20996d5846ca71bebcad3b306
parent75e886e31e61646e7e1ee34a93d065528f560382
Bug 23248: Avoid opac-ISBDdetail.pl breaking on invalid biblionumber

This patch makes opac-ISBDdetail.pl redirect to a 404 page (as it
should) in the event of a bad biblionumber passed.

To test:
- Open your browser on a known record detail page (OPAC)
- Switch to the ISBD view
=> SUCCESS: It shows
- Alter the biblionumber on the URL into an obviously non-existent
biblionumber (e.g. very high value)
=> FAIL: Internal errors are shown
- Apply this patch
- Reload the bad biblionumber ISBD view
=> SUCCESS: Browser is redirected to the 404 page as it should
- Sign off :-=> FAIL: Internal errors are shown
- Apply this patch
- Reload the bad biblionumber ISBD view
=> SUCCESS: Browser is redirected to the 404 page as it should
- Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit c3f0732eb72dfb3c4c6000a8602424772bd46b61)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
opac/opac-ISBDdetail.pl