mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 05:23:14 +00:00
[DS-3008] Fix metadata order storage
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user