http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998
--- Comment #3 from Robin Sheat <[email protected]> --- Created attachment 26621 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26621&action=edit Bug 11998 - move most syspref db access into Context.pm There was a lot of direct database access in systempreferences.pl. This moves a lot of it into C4::Context so that it'll interact with caching better, and to centralise common functions and logging in one place. Test plan: * Make sure that creating, editing, deleting local use preferences works * Make sure that other system preferences still function normally -- 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/
