mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 20:13:17 +00:00
Merge pull request #1256 from KevinVdV/DS-3008-fix-metadata-order
[DS-3008] Fix metadata order storage
This commit is contained in:
@@ -361,6 +361,7 @@ public class BundleServiceImpl extends DSpaceObjectServiceImpl<Bundle> implement
|
||||
log.info(LogManager.getHeader(context, "update_bundle", "bundle_id="
|
||||
+ bundle.getID()));
|
||||
|
||||
super.update(context, bundle);
|
||||
bundleDAO.save(context, bundle);
|
||||
|
||||
if (bundle.isModified() || bundle.isMetadataModified())
|
||||
|
Reference in New Issue
Block a user