[Koha-bugs] [Bug 14437] Refactor C4::Auth::haspermission() to Koha::Object and return better errors.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 2 17:01:55 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14437

--- Comment #5 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Comment on attachment 40719
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40719
Bug 14437 - Refactor C4::Auth::haspermission() to Koha::Object and return
better errors.

Review of attachment 40719:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14437&attachment=40719)
-----------------------------------------------------------------

::: C4/Auth.pm
@@ +38,5 @@
>  use List::MoreUtils qw/ any /;
>  use Encode qw( encode is_utf8);
>  
> +use Koha::Exception::BadParameter;
> +use Koha::Exception::UnknownObject;

So should depend on bug 13995.

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


More information about the Koha-bugs mailing list