mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-09 19:13:18 +00:00
Merge pull request #1256 from KevinVdV/DS-3008-fix-metadata-order
[DS-3008] Fix metadata order storage
This commit is contained in:
@@ -235,6 +235,8 @@ public class CommunityServiceImpl extends DSpaceObjectServiceImpl<Community> imp
|
||||
log.info(LogManager.getHeader(context, "update_community",
|
||||
"community_id=" + community.getID()));
|
||||
|
||||
super.update(context, community);
|
||||
|
||||
communityDAO.save(context, community);
|
||||
if (community.isModified())
|
||||
{
|
||||
|
Reference in New Issue
Block a user