2518 - Item tag search
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-10-22 07:50:01 +02:00
parent fc9b9eb718
commit 0466d50c00
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<vn-autocomplete vn-three
ng-show="tag.selection.isFree === false"
url="{{$ctrl.sourceTables[itemTag.id].url}}"
search-function="{name: {like: '%'+ $search +'%'}}"
search-function="{name: {like: $search +'%'}}"
label="Value"
ng-model="itemTag.value"
show-field="{{$ctrl.sourceTables[itemTag.id].field}}"