https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33972
--- Comment #31 from Marcel de Rooy <[email protected]> --- (In reply to Nick Clemens from comment #29) > # register the additional schema classes > Koha::Schema->register_class(CurbsidePickup => > 'Koha::Schema::Result::CurbsidePickup'); [...] > Koha::Database->schema({ new => 1 }); > } If you use these plugins/tables, why not add these classes to the standard schema? > I think the patches on this report still make sense, they remove an > unecessary status change. We dont really need them anymore. No strong opinion on that. > and I think get_enabled_plugins should be using the plugin_methods table to > avoid loading plugins that don't have the method we need? Or just use normal connection or make a different connection later on ? -- 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/
