Skip to content

Commit

Permalink
update last changed date when restore metadata (#8033)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangf1122 authored Jun 3, 2024
1 parent 2070e5f commit 113b588
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ public void restoreAtStatusSave(
Element mdNoGeonetInfo = metadataUtils.removeMetadataInfo(md);

metadataManager.updateMetadata(context, String.valueOf(metadata.getId()), mdNoGeonetInfo, false, true, context.getLanguage(),
null, false, IndexingMode.full);
null, true, IndexingMode.full);
recoveredMetadataId = metadata.getId();
} else {
// Recover from delete
Expand Down

0 comments on commit 113b588

Please sign in to comment.