mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 20:13:17 +00:00
[DS-3008] Fix metadata order storage
This commit is contained in:
@@ -215,7 +215,7 @@ public class BitstreamServiceImpl extends DSpaceObjectServiceImpl<Bitstream> imp
|
||||
|
||||
log.info(LogManager.getHeader(context, "update_bitstream",
|
||||
"bitstream_id=" + bitstream.getID()));
|
||||
|
||||
super.update(context, bitstream);
|
||||
if (bitstream.isModified())
|
||||
{
|
||||
context.addEvent(new Event(Event.MODIFY, Constants.BITSTREAM, bitstream.getID(), null, getIdentifiers(context, bitstream)));
|
||||
|
Reference in New Issue
Block a user