[DS-1229] @mire discovery contribution

This commit is contained in:
KevinVdV
2012-08-01 14:30:18 +02:00
committed by kevin
parent ffe1d1a9ff
commit bf34b21bcf
88 changed files with 4456 additions and 4399 deletions

View File

@@ -1487,4 +1487,11 @@ public class Collection extends DSpaceObject
return null;
}
}
@Override
public void updateLastModified()
{
//Also fire a modified event since the collection HAS been modified
ourContext.addEvent(new Event(Event.MODIFY, Constants.COLLECTION, getID(), null));
}
}