mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 21:13:19 +00:00
Merge pull request #2010 from mohideen/patch-1
DS-3885. Minor fix on CommunityServiceImpl.java
This commit is contained in:
@@ -257,7 +257,7 @@ public class CommunityServiceImpl extends DSpaceObjectServiceImpl<Community> imp
|
|||||||
if (community.isModified()) {
|
if (community.isModified()) {
|
||||||
context.addEvent(new Event(Event.MODIFY, Constants.COMMUNITY, community.getID(), null,
|
context.addEvent(new Event(Event.MODIFY, Constants.COMMUNITY, community.getID(), null,
|
||||||
getIdentifiers(context, community)));
|
getIdentifiers(context, community)));
|
||||||
community.setModified();
|
community.clearModified();
|
||||||
}
|
}
|
||||||
if (community.isMetadataModified()) {
|
if (community.isMetadataModified()) {
|
||||||
context.addEvent(
|
context.addEvent(
|
||||||
|
Reference in New Issue
Block a user