http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998
--- Comment #55 from Robin Sheat <[email protected]> --- (In reply to Jonathan Druart from comment #52) > Created attachment 33746 [details] [review] > Bug 11998: Add Koha::Config::SystemPreference > > This (dirty) patch extract the syspref set and delete routine into a > module. > It fixes the circular dependency and the logging problem. That's probably the better solution. Though, the caching should happen inside the module too. Eventually this means we could move away from using C4::Context->preference, but for now we maintain a compatibility shim. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
