Mercurial > hg > ismi-richfaces
diff src/main/webapp/entry/codex.xhtml @ 134:25bfcc9d757c
effort to re-use more relations when saving entities.
new replaceMultipleSourceRelations() and changes to use it.
changes for renamed replaceUniqueSourceRelation().
author | casties |
---|---|
date | Fri, 24 Feb 2017 20:25:33 +0100 |
parents | 3e620f32ed5e |
children | 9cd25e1a58f0 |
line wrap: on
line diff
--- a/src/main/webapp/entry/codex.xhtml Thu Feb 23 19:25:37 2017 +0100 +++ b/src/main/webapp/entry/codex.xhtml Fri Feb 24 20:25:33 2017 +0100 @@ -233,7 +233,7 @@ <h:panelGrid columns="2" styleClass="createPanel" columnClasses="createPanelFirstColumn"> - <h:outputText value="Owned By (event)" /> + <h:outputText value="Owned By" /> <h:panelGrid columns="2" id="ownedEventPanel"> <rich:dataTable value="#{CurrentCodex.ownedByPeople.entities}" @@ -275,7 +275,7 @@ </h:panelGrid> - <h:outputText value="Read by (event)" /> + <h:outputText value="Read by" /> <h:panelGrid columns="2" id="readByEventPanel"> <rich:dataTable value="#{CurrentCodex.readByPeople.entities}"