Skip to content
Snippets Groups Projects
Commit a4ddcf0c authored by Michael Simon's avatar Michael Simon
Browse files

NO_STORY show email address instead of object id

parent d7827258
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@
<f:facet name="header">
<h:outputText value="#{messages.email}" />
</f:facet>
<h:outputText value="#{member.primaryEmail != null ? member.primaryEmail : 'nicht gesetzt'}" />
<h:outputText value="#{member.primaryEmail != null ? member.primaryEmail.emailAddress : 'nicht gesetzt'}" />
</p:column>
<p:column sortBy="#{member.prefUser.userStatus}" style="width:96px;">
<f:facet name="header">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment