NIHVIVO-2343 Allow configuration of what types of Individual are eligible to have proxies.

This commit is contained in:
j2blake 2011-11-06 17:13:02 +00:00
parent 89ea62af47
commit 2203b09fed
6 changed files with 49 additions and 4 deletions

View file

@ -54,6 +54,7 @@ var proxyContextInfo = {
sparqlQueryUrl: '${formUrls.sparqlQueryAjax}',
defaultImageUrl: '${formUrls.defaultImageUrl}',
matchingProperty: '${matchingProperty}',
profileTypes: '${profileTypes}'
};
</script>

View file

@ -212,6 +212,7 @@ var proxyContextInfo = {
sparqlQueryUrl: '${formUrls.sparqlQueryAjax}',
defaultImageUrl: '${formUrls.defaultImageUrl}',
matchingProperty: '${matchingProperty}',
profileTypes: '${profileTypes}'
};
</script>