NIHVIVO-2343 Filter the auto-complete, excluding self as a proxy or as a profile.
This commit is contained in:
parent
e4fe6aa812
commit
6aeb4108b2
3 changed files with 6 additions and 3 deletions
|
@ -12,6 +12,7 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/edit/forms/css/auto
|
|||
|
||||
<p><input type="text" name="proxySelectorAC" class="acSelector" size="35" value="Select an existing last name"></p>
|
||||
<p class="search-status"><span name='proxySelectorSearchStatus' moreCharsText='type more characters' noMatchText='no match'> </span></p>
|
||||
<p name="excludeUri" style="display: none">${myAccountUri}<p>
|
||||
|
||||
<p class="selected-editors">Selected editors:</p>
|
||||
<#-- Magic div thst holds all of the proxy data and the template that shows how to display it. -->
|
||||
|
|
|
@ -169,6 +169,7 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
|
|||
moreCharsText='type more characters'
|
||||
noMatchText='no match'> </span>
|
||||
</p>
|
||||
<p name="excludeUri" style="display: none">${r.proxyInfos[0].profileUri}<p>
|
||||
|
||||
<p class="selected-editors">Selected profiles:</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue