https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24631 --- Comment #41 from Victor Grousset/tuxayo <victor@tuxayo.net> ---
So you're storing metadata in PLUGIN.yml *and* in plugin_data depending on the scenario? That seems suboptimal.
I just edited the two sources of data that for debugging.
and then treat the database as the source of truth.
Oh wait that's also in the DB?! Good, nothing supernatural then ^^" Confirmed! select * from plugin_data \G
For new plugins, you use PLUGIN.yml at install/upgrade time (after which it becomes irrelevant)
Step 4 of test plan show that it's meant to be read every time. So from what I understand, code is working now (before the DB caching was not) but it's the test plan that is wrong. I'll edit PLUGIN.yml and ../KitchenSink.pm in the kpz to confirm. -- You are receiving this mail because: You are watching all bug changes.