NIHVIVO-1513 New individual page was generating errors when user is logged in because some property labels were not set. Fixed by setting in the property template model constructor.

NIHVIVO-1334 Initial set up for custom list views.
This commit is contained in:
rjy7 2010-12-13 22:46:42 +00:00
parent 6a52b1c1f2
commit 25b14ad78c
5 changed files with 16 additions and 7 deletions

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<view-config>
<query>
SELECT ?object {
?subject ?property ?object .
}
</query>
<collation-target>object</collation-target>
<template>objectPropertyList-default.ftl</template>
</view-config>