This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository wao. See http://git.codelutin.com/wao.git commit 60c5ed82fe93a4ff1555bed6765a58a3e0b9a87d Author: Brendan Le Ny <bleny@codelutin.com> Date: Tue Jan 27 16:57:39 2015 +0100 Plan d'échantillonnage, Formulaire de modification de ligne, modifier l'affichage des valeurs du champs Espèces cibles (fixes #6561) --- wao-web/src/main/webapp/WEB-INF/content/edit-sample-row-input.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wao-web/src/main/webapp/WEB-INF/content/edit-sample-row-input.jsp b/wao-web/src/main/webapp/WEB-INF/content/edit-sample-row-input.jsp index cf49380..dde799d 100644 --- a/wao-web/src/main/webapp/WEB-INF/content/edit-sample-row-input.jsp +++ b/wao-web/src/main/webapp/WEB-INF/content/edit-sample-row-input.jsp @@ -190,7 +190,7 @@ label="%{getText('wao.ui.field.SampleRow.species')}" disabled="updateSampleRowCommand.observationAlreadyStarted" list="updateSampleRowCommand.allSpecies" - listValue="%{value.permanentCode + ' ' + value.vernacularName}" + listValue="%{value.permanentCode + ', ' + value.scientificName + ', ' + value.vernacularName + (value.aphiaId == null ? '' : ', ' + value.aphiaId)}" cssClass="input-xxlarge select2" /> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.