https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25549
--- Comment #16 from Martin Renvoize <[email protected]> --- (In reply to Katrin Fischer from comment #15) > Should the change in Plugins.pm be covered by a regression test? > Probably, though I'm not entirely sure how to write one off the top of my head. > I think it would be nice if we offered the uninstall option for broken > plugins. Otherwise you are stuck with them forever until you can get > someone on your server to remove them. This is more difficult: The uninstall button actually calls an uninstall method from within the plugins themselves to allow for some cleanup that's plugin specific. If we wanted to expose something for broken plugins we would need to write a specific method for it and it would be more of a 'Partial remove' than an uninstall.. we would likely be left with data in the database as there's no easy way we could tell where the plugin put it's data. I think leave that one for another bug 😉 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
