Bug 35011 - Allow system administrators control over whether plugins can be uninstalled
Summary: Allow system administrators control over whether plugins can be uninstalled
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Plugin architecture (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Martin Renvoize
QA Contact: Testopia
URL:
Keywords:
Depends on: 25672
Blocks:
  Show dependency treegraph
 
Reported: 2023-10-09 11:48 UTC by Martin Renvoize
Modified: 2023-10-09 23:29 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 35011: Record interface used to install a plugin (1.37 KB, patch)
2023-10-09 12:05 UTC, Martin Renvoize
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2023-10-09 11:48:31 UTC
We should record what method was used to install a plugin and then allow administrators to control whether command line installed plugins can be removed using the browser or not.
Comment 1 Martin Renvoize 2023-10-09 12:05:52 UTC
Created attachment 156741 [details] [review]
Bug 35011: Record interface used to install a plugin

This patch adds a record of the interface used when installing a plugin
for the first time. We utilise the existing plugin_data table and add a
new __INSTALLED_VIA__ system key to store the data.