comparison src/main/webapp/templates/main_template.xhtml @ 180:0d31c8be7c31

new MissingRelations feature and UI. including searchByRelations() with Filter in FullEntityRepositoryBean.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Wed, 13 Jun 2018 14:57:13 +0200
parents af1018d06443
children 34ac2e1b323a
comparison
equal deleted inserted replaced
179:c9dec00f0f17 180:0d31c8be7c31
175 </f:facet> 175 </f:facet>
176 176
177 <rich:menuItem label="Make Texts Public" 177 <rich:menuItem label="Make Texts Public"
178 onclick="document.location.href='#{ApplicationBean1.root}/clean/makeTextsPublic.xhtml'"> 178 onclick="document.location.href='#{ApplicationBean1.root}/clean/makeTextsPublic.xhtml'">
179 </rich:menuItem> 179 </rich:menuItem>
180
181 <rich:menuItem label="Find Missing Relations"
182 onclick="document.location.href='#{ApplicationBean1.root}/clean/missingRelations.xhtml'">
183 </rich:menuItem>
180 </rich:dropDownMenu> 184 </rich:dropDownMenu>
181 185
182 <h:outputLink rendered="#{Session.canCreate}" 186 <h:outputLink rendered="#{Session.canCreate}"
183 value="#{ApplicationBean1.root}/browse/entityRepository.xhtml">Browse Repository</h:outputLink> 187 value="#{ApplicationBean1.root}/browse/entityRepository.xhtml">Browse Repository</h:outputLink>
184 188