diff 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
line wrap: on
line diff
--- a/src/main/webapp/templates/main_template.xhtml	Fri Jun 08 18:59:49 2018 +0200
+++ b/src/main/webapp/templates/main_template.xhtml	Wed Jun 13 14:57:13 2018 +0200
@@ -177,6 +177,10 @@
                 <rich:menuItem label="Make Texts Public"
                     onclick="document.location.href='#{ApplicationBean1.root}/clean/makeTextsPublic.xhtml'">
                 </rich:menuItem>
+
+                <rich:menuItem label="Find Missing Relations"
+                    onclick="document.location.href='#{ApplicationBean1.root}/clean/missingRelations.xhtml'">
+                </rich:menuItem>
 			</rich:dropDownMenu>
 
 			<h:outputLink  rendered="#{Session.canCreate}"