NIHVIVO-2343 A user should not be allowed as a proxy for his own profile.
This commit is contained in:
parent
b7ec17856e
commit
a866b5daf4
4 changed files with 10 additions and 4 deletions
|
@ -56,7 +56,8 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/edit/forms/css/auto
|
|||
var proxyMechanism = {
|
||||
baseUrl: '${urls.base}',
|
||||
sparqlQueryUrl: '${formUrls.sparqlQueryAjax}',
|
||||
matchingProperty: '${matchingProperty}'
|
||||
matchingProperty: '${matchingProperty}',
|
||||
myAccountUri: '${myAccountUri}'
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue