[DS-2724] Items in workflow view broken for basic workflow

This commit is contained in:
KevinVdV
2015-08-26 13:16:12 +02:00
parent 5d97c7b82a
commit 7071a80f54

View File

@@ -329,7 +329,7 @@ public class Submissions extends AbstractDSpaceTransformer
*/
private void addSubmissionsInWorkflow(Division division) throws SQLException, WingException
{
List<BasicWorkflowItem> inprogressItems = basicWorkflowItemService.findByOwner(context, context.getCurrentUser());
List<BasicWorkflowItem> inprogressItems = basicWorkflowItemService.findBySubmitter(context, context.getCurrentUser());
// If there is nothing in progress then don't add anything.
if (!(inprogressItems.size() > 0))