mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 12:03:09 +00:00
Merge pull request #1256 from KevinVdV/DS-3008-fix-metadata-order
[DS-3008] Fix metadata order storage
This commit is contained in:
@@ -566,6 +566,7 @@ public class CollectionServiceImpl extends DSpaceObjectServiceImpl<Collection> i
|
||||
log.info(LogManager.getHeader(context, "update_collection",
|
||||
"collection_id=" + collection.getID()));
|
||||
|
||||
super.update(context, collection);
|
||||
collectionDAO.save(context, collection);
|
||||
|
||||
if (collection.isModified())
|
||||
|
Reference in New Issue
Block a user