Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Sep 13, 2022
2 parents 86fe0a4 + 5106721 commit e9520fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<!DOCTYPE html>
<html xmlns:wicket="http://wicket.apache.org">
<wicket:extend>
<a wicket:id="selectObjectButton" class="btn btn-xs btn-default dropdown-toggle" style="margin-top: 5px; border: none !important;" >
<i class="fa fa-hand-o-up fa-lg"/>
<a wicket:id="selectObjectButton" class="btn btn-xs btn-default" style="margin-top: 5px; border: none !important;" >
<i class="fa-solid fa-arrow-pointer mr-1"/>
</a>
</wicket:extend>
</html>

0 comments on commit e9520fc

Please sign in to comment.