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

--- Comment #10 from Jonathan Druart <[email protected]> 
---
Created attachment 44011
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44011&action=edit
Bug 15032: Make sure the filehandle is not close on background mode

With Plack, when a file is uploaded for import, the fh created on
this file in Koha::Upload is closed.
To be sure we are using an opened one, we need to open it in the current
scope.

Test plan:
1) Go to Tools --> Stage MARC records for import.
2) Upload file and click Import.
3) Click Stage for Import.
You should not get any error and the records have been correctly
staged.

-- 
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/

Reply via email to