[Bug 39850] New: Missing documentation for the plugin system setup
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39850 Bug ID: 39850 Summary: Missing documentation for the plugin system setup Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Documentation Assignee: koha-bugs@lists.koha-community.org Reporter: alexander.wagner@desy.de QA Contact: testopia@bugs.koha-community.org CC: aude.charillon@openfifth.co.uk, philip.orr@lmscloud.de The Koha manual outlines the procedures to setup the plugin system via https://koha-community.org/manual/latest/en/html/plugins.html#set-up This mentions that one should set `<plugins_enable>1</plugins_enable>` in `koha-conf.xml`. However, due to Bug 25672 it seems necessary to also set ``` <plugins_restricted>0</plugins_restricted> ``` if one wants to enable plugin uploads via the browser(?). This setting is not yet documented (It seems that "needs documentation"-flag on Bug 25672 tries to raise the flag here?) Especially, as said setting is given in `koha-conf.xml` way further down it gets easily overlooked and especially to the uninitiated one has a pretty hard time to fiddle it out. (Thanks @cait ;) Equally, ``` <plugins_restart>1</plugins_restart> ``` misses documentation. ``` -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org