[Koha-bugs] [Bug 11998] Syspref caching issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 28 22:45:26 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998

Brendan Gallagher <brendan at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #26621|0                           |1
        is obsolete|                            |

--- Comment #21 from Brendan Gallagher <brendan at bywatersolutions.com> ---
Created attachment 32871
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32871&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

Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list