Skip to content

Commit

Permalink
Delete date not being copied causing duplicate (geonetwork#8454)
Browse files Browse the repository at this point in the history
Fixes issue geonetwork#8452
  • Loading branch information
ianwallen authored Oct 22, 2024
1 parent 5b01f64 commit 6cd9085
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ private void cloneStoreFileUploadRequests(AbstractMetadata original, AbstractMet
metadataFileUpload.setFileSize(mfu.getFileSize());
metadataFileUpload.setUploadDate(mfu.getUploadDate());
metadataFileUpload.setUserName(mfu.getUserName());
metadataFileUpload.setDeletedDate(mfu.getDeletedDate());

repo.save(metadataFileUpload);
}
Expand Down

0 comments on commit 6cd9085

Please sign in to comment.