Skip to content

Commit e18f193

Browse files
Bouaka Donfack Piagetvins01-4science
authored andcommitted
Merged in task/dspace-cris-2025_02_x/DSC-2799 (pull request DSpace#5621)
[DSC-2799] The iiifpdfmultipages curation task fails working on at least two items Approved-by: Francesco Pio Scognamiglio
2 parents 776ddcc + d58eb60 commit e18f193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dspace-api/src/main/java/org/dspace/curate/Curator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,8 @@ public boolean run(DSpaceObject dso) throws IOException, SQLException {
588588
if (dso == null) {
589589
throw new IOException("DSpaceObject is null");
590590
}
591-
statusCode = task.perform(dso);
592591
String id = (dso.getHandle() != null) ? dso.getHandle() : "workflow item: " + dso.getID();
592+
statusCode = task.perform(dso);
593593
logInfo(logMessage(id));
594594
visit(dso);
595595
return !suspend(statusCode);

0 commit comments

Comments
 (0)