https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35507 --- Comment #22 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Marcel de Rooy from comment #19)
Created attachment 159739 [details] [review] Bug 35507: Add Plugins::Method->delete
Delete record in plugin_data too and clear cache.
Note: Adding the singular delete, makes the plural loop and call the singular in Koha::Objects. Clearing the cache is done in the store_data call of Koha::Plugins.
Test plan: Run t/db_dependent/Koha/Plugins/Method.t Run other Koha plugin tests:
Have you tried enabling DBIC_TRACE? I don't if it will show the implicit commit: DBIC_TRACE=1 prove t/db_dependent/TestBuilder.t -- You are receiving this mail because: You are watching all bug changes.