| Summary: | Allow system administrators control over whether plugins can be uninstalled | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
| Component: | Plugin architecture | Assignee: | Martin Renvoize (ashimema) <martin.renvoize> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | dcook |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | 25672 | ||
| Bug Blocks: | |||
| Attachments: | Bug 35011: Record interface used to install a plugin | ||
|
Description
Martin Renvoize (ashimema)
2023-10-09 11:48:31 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. |