From c95c7192dac2db6b2721d653246f7934717ba81a Mon Sep 17 00:00:00 2001 From: Joan Sanchez Date: Thu, 26 Dec 2019 08:21:08 +0100 Subject: [PATCH 1/2] Added template to specie autocomplete --- modules/item/front/botanical/index.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/modules/item/front/botanical/index.html b/modules/item/front/botanical/index.html index 8353841b30..55a25e268f 100644 --- a/modules/item/front/botanical/index.html +++ b/modules/item/front/botanical/index.html @@ -29,14 +29,21 @@ value-field="genus_id" label="Genus"> - + label="Species" + fields="['genus_id']" + include="'genus'"> + +
{{latin_species_name}}
+
+ {{genus.latin_genus_name}} +
+
From d2c5ab7297ec6d51b031e2c39fbbd4d10e675afb Mon Sep 17 00:00:00 2001 From: Joan Sanchez Date: Thu, 26 Dec 2019 08:43:34 +0100 Subject: [PATCH 2/2] trigger unit tests --- modules/item/front/botanical/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/item/front/botanical/index.html b/modules/item/front/botanical/index.html index 55a25e268f..b6d836b306 100644 --- a/modules/item/front/botanical/index.html +++ b/modules/item/front/botanical/index.html @@ -30,12 +30,12 @@ label="Genus">