mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 19:43:10 +00:00
[DS-1229] @mire discovery contribution
This commit is contained in:
@@ -1282,4 +1282,11 @@ public class Community extends DSpaceObject
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateLastModified()
|
||||
{
|
||||
//Also fire a modified event since the community HAS been modified
|
||||
ourContext.addEvent(new Event(Event.MODIFY, Constants.COMMUNITY, getID(), null));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user