Skip to content

Commit 91914bf

Browse files
Bouaka Donfack Piagetvins01-4science
authored andcommitted
Merged in task/dspace-cris-2024_02_x/DSC-2799 (pull request DSpace#5622)
[DSC-2799] The iiifpdfmultipages curation task fails working on at least two items Approved-by: Francesco Pio Scognamiglio
2 parents 8fb2eef + dca3392 commit 91914bf

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
@@ -587,8 +587,8 @@ public boolean run(DSpaceObject dso) throws IOException, SQLException {
587587
if (dso == null) {
588588
throw new IOException("DSpaceObject is null");
589589
}
590-
statusCode = task.perform(dso);
591590
String id = (dso.getHandle() != null) ? dso.getHandle() : "workflow item: " + dso.getID();
591+
statusCode = task.perform(dso);
592592
logInfo(logMessage(id));
593593
visit(dso);
594594
return !suspend(statusCode);

0 commit comments

Comments
 (0)