https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24631
--- Comment #61 from Kyle M Hall <[email protected]> --- (In reply to Victor Grousset/tuxayo from comment #58) > > Heh, I have no idea what I was thinking when I wrote that part of the test > > plan! If you delete the metadata in the db, and restart plack, *of course* > > the metadata will get updated from your altered plugin! > > I expected it would be from PLUGIN.yml > Ok, so retesting! As an FYI, the idea here is to check the database for the metadata to avoid loading the plugin. If it's not in the database, we load the plugin and ask it for its' metadata. When we as a plugin for it's metadata it checks A) For metadata in it's own Perl module ( fastest ) B) Checks the database ( second fastest, for convenience when the plugin is already loaded, is skipped when upgrading plugins ) C) The PLUGIN.yml file if it exists ( slowest, but these speeds are all relative to each other ;) -- 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/
