https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28499 --- Comment #8 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to David Cook from comment #7)
(In reply to David Cook from comment #6)
Actually, I think it would need to be a flag, because you might want to distribute a third-party plugin via a shared directory to many Koha instances and not want 1 Koha admin to be able to uninstall it for everyone...
But the problem with the flag is that often plugins are installed from the CLI like this:
koha-shell kohadev -c "/usr/share/koha/bin/devel/install_plugins.pl"
So there would need to be some other way of preventing uninstall...
Perhaps a "--read-only" switch that would add an additional "_ReadOnly" key to the plugin_data table? That would be easy enough to code a check for. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.