Merge pull request #1256 from KevinVdV/DS-3008-fix-metadata-order

[DS-3008] Fix metadata order storage
This commit is contained in:
helix84
2016-01-31 02:31:13 +01:00
9 changed files with 53 additions and 1 deletions

View File

@@ -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())