Skip to content

Commit

Permalink
Revert print email on modal
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeroucou committed Oct 4, 2023
1 parent d4a3051 commit 6f464bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/webapp/roles-assign.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
var="roleAssignee" itemLabel="#{roleAssignee.displayInfo.title}" itemValue="#{roleAssignee}" converter="roleAssigneeConverter">
<p:column>
<h:outputText value="#{roleAssignee.displayInfo.title}"/>
<h:outputText value=" - #{roleAssignee.displayInfo.emailAddress}"/>
<h:outputText value=" (#{roleAssignee.displayInfo.affiliation})" rendered="#{!empty roleAssignee.displayInfo.affiliation}"/>
</p:column>
<p:column>
Expand Down

0 comments on commit 6f464bc

Please sign in to comment.