Skip to content

Commit

Permalink
MID-8099 Request o role: Success message not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Kateryna Honchar committed Sep 13, 2022
1 parent 58a4dd8 commit a720227
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ public OperationResult submitRequest(PageBase page) {
return null;
}

Task task = page.createSimpleTask(OPERATION_REQUEST_ASSIGNMENTS);
Task task = page.createSimpleTask(usersCount == 1 ? OPERATION_REQUEST_ASSIGNMENTS_SINGLE : OPERATION_REQUEST_ASSIGNMENTS);
OperationResult result = task.getResult();

for (ObjectReferenceType poiRef : requestItems.keySet()) {
Expand Down

0 comments on commit a720227

Please sign in to comment.