Skip to content

Commit

Permalink
Merge pull request #4354 from effective-webwork/unassign-button
Browse files Browse the repository at this point in the history
Deactivate 'unassign' button after unassigning tasks
  • Loading branch information
Kathrin-Huber authored Apr 22, 2021
2 parents 04253d1 + 92e363e commit 2f59437
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
action="#{UserForm.resetTasksToOpen(item)}"
styleClass="#{empty UserForm.getTasksInProgress(item) ? 'action ui-state-disabled' : 'action'}"
disabled="#{empty UserForm.getTasksInProgress(item)}"
update="@this"
rendered="#{SecurityAccessController.hasAuthorityToUnassignTasks()}">
<h:outputText><i class="fa fa-user-times"></i></h:outputText>
<p:confirm message=" #{msgs.confirmUnassignTasks}" header="#{msgs.confirmRelease}"/>
Expand Down

0 comments on commit 2f59437

Please sign in to comment.