mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 23:43:06 +00:00
[Task 71272] applied feedback to the Scripts and Processes functionality
This commit is contained in:
@@ -197,7 +197,8 @@ public class ProcessServiceImpl implements ProcessService {
|
||||
} else {
|
||||
List<Bitstream> filteredBitstreams = new ArrayList<>();
|
||||
for (Bitstream bitstream : allBitstreams) {
|
||||
if (StringUtils.equals(bitstreamService.getMetadata(bitstream, "dspace.process.type"), type)) {
|
||||
if (StringUtils.equals(bitstreamService.getMetadata(bitstream, Process.BITSTREAM_TYPE_METADATAFIELD),
|
||||
type)) {
|
||||
filteredBitstreams.add(bitstream);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user