]> git.koha-community.org Git - koha.git/commit
Bug 7360 Import Default framework into other deletes default Framework
authorAdmin User Koha <koha@biblibre.com>
Wed, 14 Dec 2011 16:31:00 +0000 (17:31 +0100)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sat, 21 Jan 2012 06:21:20 +0000 (01:21 -0500)
commit11e74f238cde315d03c59d3e1eb3bfb949d35f5e
tree6f42f99d671065a68cae177f0a97d0a7f9257a4e
parent4ae39b4192bf76487c35abf7b578cfcb8812768f
Bug 7360 Import Default framework into other deletes default Framework

Step to reproduce :
- export default framework as SQL
- create new framework
- Import the exported SQL file into this new framework.
Go to default framework :
It disappeared.

If some libraries want to share default frameworks, then it is a major bug.
This patch fixes the test in order to cope with 0 character framework name.

Signed-off-by: François Charbonnier <francois.charbonnier@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit a830f46fc73af2281926e4fc83967674f4025ad3)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
(cherry picked from commit a2f375284c342e22d3fcb455f7eb8a0920850121)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/ImportExportFramework.pm