[Koha-bugs] [Bug 9452] C4::Letters does not function under Plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 10 15:24:38 CEST 2015


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

Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olli-antti.kivilahti at jns.fi

--- Comment #8 from Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> ---
This patch has made it difficult to create test cases where letter-table needs
to be rapidly rebuilt.
There is no way to invalidate the "our %letter" -cache, other than by calling

%C4::Letters::letter = ();

Which is quite hacky!
This commit leads to VERY hard to debug problems!

To fix this, the whole CRUD-mechanism for letter-handling needs to change.

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


More information about the Koha-bugs mailing list