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:
parent
6a52b1c1f2
commit
25b14ad78c
5 changed files with 16 additions and 7 deletions
13
webapp/web/config/objectPropertyList-default.xml
Normal file
13
webapp/web/config/objectPropertyList-default.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue