[Koha-bugs] [Bug 20661] Implement blocking errors for circulation scripts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 8 19:33:27 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20661

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |Needs Signoff

--- Comment #5 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
The idea of output_and_exit_if_error (added by bug 18403) is to make sure
parameters are valid before executing the script.
If not (old or broken URLs), we shortcut everything coming next to display a
generic error ("object does not exist", "you do not have permission to do
that", etc.)

This bug report fixes the scripts under circ/*, other bug reports will follow
to take care of other modules.

Test plan:
Hit the script under the circ directory with an invalid biblionumber parameter
and confirm you get an error instead of the normal view with empty values.

The goal is not to be exhaustive during the first iteration, but at least to
fix the most common views.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list