https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20695
Dilan Johnpullé <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #74967|0 |1 is obsolete| | --- Comment #4 from Dilan Johnpullé <[email protected]> --- Created attachment 75199 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75199&action=edit Bug 20695: Fix multiple upload result in tools/upload script Instead of calling UploadedFiles->find only once with $id, we should extract all comma separated id's from the parameter. Test plan: [1] Before this patch, upload two files at once in Tools/Upload. After doing so, you should see only one result reported. But both files should have been uploaded. [2] With this patch, repeat step 1 and see two upload results. Signed-off-by: Marcel de Rooy <[email protected]> Patch applies and functions as described. Signed-off-by: Dilan Johnpullé <[email protected]> -- 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/
