mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
Merge pull request #1267 from LongsightGroup/DS-3027-item-import-collections
DS-3027 ItemImport fix to use the collections file
This commit is contained in:
@@ -347,7 +347,7 @@ public class ItemImportServiceImpl implements ItemImportService, InitializingBea
|
||||
{
|
||||
clist = mycollections;
|
||||
}
|
||||
addItem(c, mycollections, sourceDir, dircontents[i], mapOut, template);
|
||||
addItem(c, clist, sourceDir, dircontents[i], mapOut, template);
|
||||
System.out.println(i + " " + dircontents[i]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user