[Koha-bugs] [Bug 28957] Many plugins require the full plugins permission set to run

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 3 13:53:57 CEST 2023


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

--- Comment #2 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
In the case of the CLA plugin, we add a button that triggers a call to
`plugins/run.pl?class=[% CLASS %]&method=...`

Anything that follows that pattern to trigger a plugin method to run, will
require some more involved permissions.

In the CLA case, I think I'd like to generally modernise the approach so we
don't need to call the run method.. so I'm not sure what wider effects this may
have on other plugins.

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


More information about the Koha-bugs mailing list