[Koha-bugs] [Bug 16955] Internal Server Error while populating new framework

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 2 10:46:54 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16955

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

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

--- Comment #9 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 53874
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53874&action=edit
Bug 16955: Do not clear from cache when adding a new framework

There are several issues with these lines:
1/ $cache is not defined correctly and it not visible inside
duplicate_framework
2/ $frameworkcode is a wrong c/p, it should be $newframeworkcode
3/ these calls are not needed. As we are creating a new framework, the cache
should be empty...

This patch will simply remove these calls

Test plan:
Duplicate a framework and confirm that you do not get any error in your
logs.

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


More information about the Koha-bugs mailing list