NIHVIVO-1341, NIHVIVO-1336 Implement strategies for handling missing linked individual in custom list views.

This commit is contained in:
rjy7 2010-12-21 20:30:13 +00:00
parent a03e7ccc50
commit 5ee3ecd89e
5 changed files with 48 additions and 8 deletions

View file

@ -11,8 +11,8 @@
sending it to the template
Query requirements:
- WHERE clause must contain a statement ?subject ?property ?objectvariable, with the variables
?subject and ?property named as such. The objectvariable can be given any name, but it must be
- WHERE clause must contain a statement ?subject ?property ?object, with the variables
?subject and ?property named as such. The object can be given any name, but it must be
included in the SELECT terms retrieved by the query. This is the statement that will be edited
from the edit links.
-->