mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 10:34:25 +00:00
[DS-1229] @mire discovery contribution
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user