mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 04:53:16 +00:00
Remove Traditional/Basic Workflow from codebase and database - add TODO comment to Curation
This commit is contained in:
@@ -159,6 +159,8 @@ public class Curation extends DSpaceRunnable<CurationScriptConfiguration> {
|
|||||||
}
|
}
|
||||||
curator.curate(context, entry.getObjectId());
|
curator.curate(context, entry.getObjectId());
|
||||||
} else {
|
} else {
|
||||||
|
// TODO: Remove this exception once curation tasks are supported by configurable workflow
|
||||||
|
// e.g. see https://github.com/DSpace/DSpace/pull/3157
|
||||||
throw new IllegalArgumentException("curation for workflow items is no longer supported");
|
throw new IllegalArgumentException("curation for workflow items is no longer supported");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user