Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
Issue #575
  • Loading branch information
rsoika committed Mar 18, 2024
1 parent 3311364 commit 0d06160
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
</p>

<!-- *** WorkflowGroup List if user is member*** -->
<ui:param name="isWorkflowCreator" value="#{!(loginController.isUserInRole('org.imixs.ACCESSLEVEL.READERACCESS') or (loginController.isUserInRole('org.imixs.ACCESSLEVEL.NOACCESS') eq true)) }" />
<h:panelGroup
rendered="#{!empty process.itemList['txtWorkflowList']}">

rendered="#{isWorkflowCreator and !empty process.itemList['txtWorkflowList']}">
<ul style="margin: 5px 0;">
<ui:repeat value="#{process.itemList['txtWorkflowList']}"
var="group">
Expand Down

0 comments on commit 0d06160

Please sign in to comment.