Merge branch '1949-show_specie_genus' of verdnatura/salix into dev
gitea/salix/dev This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-12-26 08:11:07 +00:00 committed by Gitea
commit 0bfabeb32b
1 changed files with 10 additions and 3 deletions

View File

@ -29,14 +29,21 @@
value-field="genus_id"
label="Genus">
</vn-autocomplete>
<vn-autocomplete
vn-one
<vn-autocomplete vn-one
label="Species"
initial-data="$ctrl.botanical.specie"
ng-model="$ctrl.botanical.specieFk"
url="species"
show-field="latin_species_name"
value-field="specie_id"
label="Species">
fields="['genus_id']"
include="'genus'">
<tpl-item>
<div>{{latin_species_name}}</div>
<div class="text-caption text-secondary">
{{genus.latin_genus_name}}
</div>
</tpl-item>
</vn-autocomplete>
</vn-horizontal>
</vn-card>