https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24631
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #49 from Victor Grousset/tuxayo <[email protected]> --- > 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. _______________________________________________ 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/
