mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 12:33:18 +00:00
91356: Add comment (feedback)
This commit is contained in:
@@ -158,6 +158,8 @@ public class BundleServiceImpl extends DSpaceObjectServiceImpl<Bundle> implement
|
|||||||
}
|
}
|
||||||
|
|
||||||
bundle.addBitstream(bitstream);
|
bundle.addBitstream(bitstream);
|
||||||
|
// If a bitstream is moved from one bundle to another it may be temporarily flagged as deleted
|
||||||
|
// (when removed from the original bundle)
|
||||||
if (bitstream.isDeleted()) {
|
if (bitstream.isDeleted()) {
|
||||||
bitstream.setDeleted(false);
|
bitstream.setDeleted(false);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user