https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24631 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #49 from Victor Grousset/tuxayo <victor@tuxayo.net> ---
3) Look in plugin_data for the new "__METADATA__" key, note it has the metadata in it
Test note: select plugin_value from plugin_data where plugin_key = '__METADATA__' \G
4) Alter the metadata in KitchenSink.pm, delete __METADATA__ from plugin_data
That's a valid way to do it right? : delete from plugin_data where plugin_key = '__METADATA__';
5) Browse to plugins home, note that nothing appears to have changed
I can see my edits to KitchenSink.pm, that's not expected right? -- You are receiving this mail because: You are watching all bug changes.