NIHVIVO-2343 Allow configuration of what types of Individual are eligible to have proxies.
This commit is contained in:
parent
89ea62af47
commit
2203b09fed
6 changed files with 49 additions and 4 deletions
|
@ -54,6 +54,7 @@ var proxyContextInfo = {
|
|||
sparqlQueryUrl: '${formUrls.sparqlQueryAjax}',
|
||||
defaultImageUrl: '${formUrls.defaultImageUrl}',
|
||||
matchingProperty: '${matchingProperty}',
|
||||
profileTypes: '${profileTypes}'
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
|
@ -212,6 +212,7 @@ var proxyContextInfo = {
|
|||
sparqlQueryUrl: '${formUrls.sparqlQueryAjax}',
|
||||
defaultImageUrl: '${formUrls.defaultImageUrl}',
|
||||
matchingProperty: '${matchingProperty}',
|
||||
profileTypes: '${profileTypes}'
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue