[Koha-bugs] [Bug 18343] Manage MARC import DBH should not be shared

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 28 15:18:28 CEST 2017


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

--- Comment #1 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Created attachment 61659
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=61659&action=edit
Bug 18343 - Manage MARC import DBH should not be shared

Bug 8970 reported an issue with stage-marc-import.pl sharing the DB handler in
Plack context.
There is the same issue with tools/manage-marc-import.pl.
To create a transaction, one must create a new DB handler.

Test plan :
 - In Staff interface Tools
 - Go to "Stage MARC records for import"
 - Import a marc records file with several records
 - Click on "Manage staged records"
 - Click on "Import this batch into the catalog"
 - Click on "Undo import into catalog"
Test with and without Plack.
To test with Plack you may apply Bug 17240.

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


More information about the Koha-bugs mailing list