NIHVIVO-646 Tweaks to autocomplete on add authors to pub form
This commit is contained in:
parent
31a4df9228
commit
7d323d8cbd
3 changed files with 10 additions and 3 deletions
|
@ -7,10 +7,14 @@
|
|||
<@json.array results />
|
||||
-->
|
||||
|
||||
<#if errorMsg??>${errorMsg}
|
||||
|
||||
<#else>
|
||||
[
|
||||
<#if results??>
|
||||
<#list results as result>
|
||||
{ "label": "${result.label}", "uri": "${result.uri}" }<#if result_has_next>,</#if>
|
||||
</#list>
|
||||
</#if>
|
||||
]
|
||||
]
|
||||
</#if>
|
Loading…
Add table
Add a link
Reference in a new issue