mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 04:23:13 +00:00
[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