https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25698
--- Comment #16 from Kyle M Hall <[email protected]> --- (In reply to David Cook from comment #15) > That Equinox news item was a bit confusing, although it makes more sense > when read after the previous news item at > https://www.equinoxinitiative.org/fe_highlightitem. > php?sid=10155f3ecfef0033d446 which actually references this bug report and > how Kyle (of Bywater) started the plugin. > > I am also really pumped for Galen's contribution to that plugin. Lack of > DBIC integration in plugins has been a pain when I've been writing them, so > this offers a nice change. (Although we might want to create some > Koha::Plugin::* code to make it easier for any plugin to use the > functionality without copying the boiler plate if possible.) Agreed. It would certainly be reasonable to have the plugin base to look for a 'lib' directory in the bundle directory, locate all pm files, require the files, and run register_class for all modules starting with Koha::Schema::Result. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
