mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 18:44:22 +00:00
Minor fix on CommunityServiceImpl.java
Update methods should call clearModified.
This commit is contained in:

committed by
GitHub

parent
b05c94d0b4
commit
6d1b695ca5
@@ -257,7 +257,7 @@ public class CommunityServiceImpl extends DSpaceObjectServiceImpl<Community> imp
|
||||
if (community.isModified()) {
|
||||
context.addEvent(new Event(Event.MODIFY, Constants.COMMUNITY, community.getID(), null,
|
||||
getIdentifiers(context, community)));
|
||||
community.setModified();
|
||||
community.clearModified();
|
||||
}
|
||||
if (community.isMetadataModified()) {
|
||||
context.addEvent(
|
||||
|
Reference in New Issue
Block a user