NIHVIVO-1863 Fix collated view of core:personInPosition and core:hasResearchArea

This commit is contained in:
rjy7 2011-01-21 21:54:15 +00:00
parent 1f2edcc622
commit 1b2f34eadc
5 changed files with 31 additions and 23 deletions

View file

@ -6,9 +6,13 @@ REQUIRED ELEMENTS
-----------------
- list-view-config: root element
- query: the sparql query used to retrieve the data
- query-base: sparql query used to retrieve data for an uncollated property
- query-collated: sparql query used to retrieve data for a collated property
- template: the name of the template used to display a single property statement
Note: both query-base and query-collated must be included to support the collation checkbox
on the back end Object Property Edit form.
-----------------
OPTIONAL ELEMENTS