https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36736 --- Comment #37 from David Cook <dcook@prosentient.com.au> --- (In reply to Kyle M Hall from comment #36)
(In reply to David Cook from comment #35)
I'm curious how this would interact with bug 36721, as I preload Koha::Schema there into the Starman master process.
My instinct is that your patch won't interact with this one, as the only module you load from the Koha namespace is Koha::Schema which itself doesn't anything else in the Koha or C4 namespaces. I suppose that begs the question of "should we include Koha/C4 packages in Preload.pm" but that's more of a question to be answered on that bug :)
Yeah, I don't think it will conflict either. I figure your plugin just adds on top of the Koha::Schema::ResultSet classes, so it should be fine... -- You are receiving this mail because: You are watching all bug changes.