[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

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