Merge pull request '2518 - Item tag search' (#421) from 2518-item_tag_search into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #421
Reviewed-by: Bernat Exposito <bernat@verdnatura.es>
This commit is contained in:
Bernat Exposito 2020-10-22 06:15:23 +00:00
commit ec135abcd8
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}}"