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:
Tim Donohue
2016-02-17 14:57:24 -06:00

View File

@@ -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]);
}
}