Mercurial > hg > ismi-richfaces
diff src/main/webapp/browse/entityDetails.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 | 1611da70e43e |
children | c7fec83ab69a |
line wrap: on
line diff
--- a/src/main/webapp/browse/entityDetails.xhtml Fri Jun 08 18:59:49 2018 +0200 +++ b/src/main/webapp/browse/entityDetails.xhtml Wed Jun 13 14:57:13 2018 +0200 @@ -82,13 +82,13 @@ onclick="if(!confirm('Do you really want to make this entity private?')){ return; };" action="#{Session.entDetailsForm.actionChangeEntityPrivacity}"/> - <a4j:commandButton value="Make related entities public" + <a4j:commandButton value="Make all directly related entities public" title="Change publication state of directly related entities" rendered="#{Session.entDetailsForm.entity.isPublic}" style="margin-right:10px;" onclick="if(!confirm('Do you really want to make all related entities public?')){ return; };" action="#{Session.entDetailsForm.actionChangeRelatedEntitiesPrivacity}"/> - <a4j:commandButton value="Make related entities private" + <a4j:commandButton value="Make all directly related entities private" title="Change publication state of directly related entities" rendered="#{!Session.entDetailsForm.entity.isPublic}" style="margin-right:10px;"