comparison src/main/webapp/clean/components/lostAlias.xhtml @ 200:95c18711c0be

new find-lost-references function in clean menu to delete references without relations.
author casties
date Thu, 24 Jan 2019 16:10:29 +0100
parents 8af530c5b4cd
children
comparison
equal deleted inserted replaced
199:8af530c5b4cd 200:95c18711c0be
83 <rich:dataTable id="AliasDataTable" rows="30" 83 <rich:dataTable id="AliasDataTable" rows="30"
84 value="#{Session.missingRelations.browseBean.currentEntities}" 84 value="#{Session.missingRelations.browseBean.currentEntities}"
85 rendered="#{!empty Session.missingRelations.browseBean.currentEntities}" 85 rendered="#{!empty Session.missingRelations.browseBean.currentEntities}"
86 var="entity" styleClass="rsPanel" columnClasses="rsPanelColumn"> 86 var="entity" styleClass="rsPanel" columnClasses="rsPanelColumn">
87 <h:column style="text-align:left"> 87 <h:column style="text-align:left">
88 <f:facet name="header">Codex</f:facet> 88 <f:facet name="header">Alias</f:facet>
89 <h:outputLink target="_blank" 89 <h:outputLink target="_blank"
90 value="#{ApplicationBean1.root}/browse/entityDetails.xhtml?eid=#{entity.id}"> 90 value="#{ApplicationBean1.root}/browse/entityDetails.xhtml?eid=#{entity.id}">
91 <h:outputText 91 <h:outputText
92 value="#{entity.ownValue} [#{entity.id}]" /> 92 value="#{entity.ownValue} [#{entity.id}]" />
93 </h:outputLink> 93 </h:outputLink>