[Koha-bugs] [Bug 25672] Administrators should be able to disable client-side plugin upload

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 16 02:09:22 CEST 2023


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

--- Comment #38 from David Cook <dcook at prosentient.com.au> ---
Comment on attachment 154427
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154427
Bug 25672: Convert to restricting to listed repositories only

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

::: plugins/plugins-upload.pl
@@ +48,5 @@
> +    $template->param( plugins_restricted => $plugins_restricted );
> +}
> +
> +# Exit early if uploads are not enabled
> +if ( !$ ) {

You've got a little typo here with the variable name. 

But I'm not sure how this would work with the current implementation of
"plugins_restricted"?

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


More information about the Koha-bugs mailing list