@@ -, +, @@ 'uninstall' method - Install the KitchenSink plugin [1] - Edit the code for the plugin: $ sudo vim /var/lib/koha/kohadev/plugins/Koha/Plugin/Com/ByWaterSolutions/KitchenSink.pm - Remove the uninstall sub - Restart everything: $ restart_all - Reload the browser - Apply this patch - Restart everything $ restart_all - Reload the browser - Sign off :-D --- koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 2 -- 1 file changed, 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt @@ -113,9 +113,7 @@ [% END %] [% END %] [% IF ( CAN_user_plugins_manage ) %] - [% IF plugin.can('uninstall') %]
  • Uninstall
  • - [% END %] [% END %] --