[DS-3008] Fix metadata order storage

This commit is contained in:
KevinVdV
2016-01-29 12:18:11 +01:00
parent 592207245c
commit fc7ed3928a
9 changed files with 53 additions and 1 deletions

View File

@@ -414,6 +414,8 @@ public class ItemServiceImpl extends DSpaceObjectServiceImpl<Item> implements It
log.info(LogManager.getHeader(context, "update_item", "item_id="
+ item.getID()));
super.update(context, item);
// Set sequence IDs for bitstreams in item
int sequence = 0;
List<Bundle> bunds = item.getBundles();