Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
Issue #618
  • Loading branch information
rsoika committed Nov 26, 2024
1 parent 4aab4d0 commit 24c2bf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<h:outputText value=" (#{workitem.item['process.name']})" />
<br />
<h:panelGroup layout="block" style=""
rendered="#{workitem.item['$workflowabstract'].contains('imixs-view-details')}">
rendered="#{workitem.item['$workflowabstract'].toString().contains('imixs-view-details')}">
<h:outputText escape="false" value="#{workitem.item['$workflowabstract']}" />
</h:panelGroup>
</div>
Expand Down

0 comments on commit 24c2bf5

Please sign in to comment.