Merge branch 'dev' of https://git.verdnatura.es/salix into dev
This commit is contained in:
commit
c2eda39745
|
@ -61,7 +61,12 @@
|
||||||
filter-search="{where: {description: {regexp: 'search'}}}">
|
filter-search="{where: {description: {regexp: 'search'}}}">
|
||||||
<tpl-item>{{$parent.$parent.item.description}}</tpl-item>
|
<tpl-item>{{$parent.$parent.item.description}}</tpl-item>
|
||||||
</vn-autocomplete>
|
</vn-autocomplete>
|
||||||
<vn-textfield vn-three label="Description" model="observation.description"></vn-textfield>
|
<vn-textfield
|
||||||
|
vn-auto
|
||||||
|
label="Description"
|
||||||
|
model="observation.description"
|
||||||
|
rule="addressObservation.description">
|
||||||
|
</vn-textfield>
|
||||||
<vn-one pad-medium-top>
|
<vn-one pad-medium-top>
|
||||||
<vn-icon
|
<vn-icon
|
||||||
pointer
|
pointer
|
||||||
|
|
Loading…
Reference in New Issue