[Bug 36971] New: Upload pluglin not shows
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36971 Bug ID: 36971 Summary: Upload pluglin not shows Change sponsored?: --- Product: Koha Version: 23.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Plugin architecture Assignee: koha-bugs@lists.koha-community.org Reporter: vivek.yadava@pnguot.ac.pg QA Contact: testopia@bugs.koha-community.org In the version Koha 23.11.05 upload plugin options is not showing. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36971 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |dcook@prosentient.com.au Resolution|--- |INVALID --- Comment #1 from David Cook <dcook@prosentient.com.au> --- This is by design for security reasons. If you want to allow web upload, you'll need to ensure there is a "plugins_restricted" element set to 0 in your koha-conf.xml Alternatively, you can use the "plugin_repos", or install plugins via the command line. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36971 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to David Cook from comment #1)
This is by design for security reasons.
If you want to allow web upload, you'll need to ensure there is a "plugins_restricted" element set to 0 in your koha-conf.xml
Alternatively, you can use the "plugin_repos", or install plugins via the command line.
It looks like it deactivates plugin upload for people updating - was this the intended effect or could we fix it? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36971 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- (In reply to Katrin Fischer from comment #2)
(In reply to David Cook from comment #1)
This is by design for security reasons.
If you want to allow web upload, you'll need to ensure there is a "plugins_restricted" element set to 0 in your koha-conf.xml
Alternatively, you can use the "plugin_repos", or install plugins via the command line.
It looks like it deactivates plugin upload for people updating - was this the intended effect or could we fix it?
I don't think so, since koha-conf.xml doesn't change when updating/upgrading. In fact, koha-testing-docker hasn't included "plugins_restricted" yet in its default koha-conf.xml and you can see in ktd that it allows plugin upload. -- 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