Skip to content

Commit

Permalink
Fix correction icon in processes widget
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-stoehr committed Oct 6, 2023
1 parent 15ee10e commit 2573802
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
width="85"
headerText="#{msgs.comments}">
<h:panelGroup id="commentIcon">
<h:panelGroup styleClass="fa fa-comment
#{DesktopForm.hasCorrectionTask(process.id) gt 0 ? 'fa-exclamation-circle' : 'fa-comment'}
<h:panelGroup styleClass="fa
#{DesktopForm.hasCorrectionTask(process.id) gt 0 ? 'fa-exclamation-circle correction' : 'fa-comment'}
#{DesktopForm.hasCorrectionTask(process.id) eq 1 ? 'corrected' : ''}"
rendered="#{process.hasComments()}"/>
</h:panelGroup>
Expand Down

0 comments on commit 2573802

Please sign in to comment.