changeset 147:1389c83028ef

show public information in Entity Details.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Mon, 10 Jul 2017 20:41:19 +0200
parents 29bd63f749c6
children b40a84944716
files src/main/webapp/browse/entityDetails.xhtml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/webapp/browse/entityDetails.xhtml	Mon Jul 10 18:56:06 2017 +0200
+++ b/src/main/webapp/browse/entityDetails.xhtml	Mon Jul 10 20:41:19 2017 +0200
@@ -144,7 +144,7 @@
 											<h:outputLink
 												value="#{ApplicationBean1.root}/browse/entityDetails.xhtml?eid=#{srcRelation.target.id}">
 												<h:outputText
-													value="[#{srcRelation.target.objectClass}] #{srcRelation.target.ownValue} [#{srcRelation.target.id}]" />
+													value="[#{srcRelation.target.objectClass}] #{srcRelation.target.ownValue} [#{srcRelation.target.id}, #{srcRelation.target.privacity}]" />
 											</h:outputLink>
 										</h:panelGrid>									
 										
@@ -190,7 +190,7 @@
 											<h:outputLink
 												value="#{ApplicationBean1.root}/browse/entityDetails.xhtml?eid=#{tarRelation.source.id}">
 												<h:outputText
-													value="[#{tarRelation.source.objectClass}] #{tarRelation.source.ownValue} [#{tarRelation.source.id}]" />
+													value="[#{tarRelation.source.objectClass}] #{tarRelation.source.ownValue} [#{tarRelation.source.id}, #{tarRelation.source.privacity}]" />
 											</h:outputLink>
 										</h:panelGrid>