branch develop updated (86c4618 -> 14b9728)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coser. See https://gitlab.nuiton.org/codelutin/coser.git from 86c4618 fixes #9088: Fixer la taille de la carte de repartition par station new 14b9728 fixes #9087: Correction de la selection par defaut incorrecte The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 14b972828d76fd9987ed5cc3502cbbc669dcf71e Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 2 15:41:23 2017 +0100 fixes #9087: Correction de la selection par defaut incorrecte Summary of changes: .../src/main/java/fr/ifremer/coser/web/actions/pop/SpeciesAction.java | 2 +- coser-web/src/main/webapp/WEB-INF/content/pop/species.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coser. See https://gitlab.nuiton.org/codelutin/coser.git commit 14b972828d76fd9987ed5cc3502cbbc669dcf71e Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 2 15:41:23 2017 +0100 fixes #9087: Correction de la selection par defaut incorrecte --- .../src/main/java/fr/ifremer/coser/web/actions/pop/SpeciesAction.java | 2 +- coser-web/src/main/webapp/WEB-INF/content/pop/species.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coser-web/src/main/java/fr/ifremer/coser/web/actions/pop/SpeciesAction.java b/coser-web/src/main/java/fr/ifremer/coser/web/actions/pop/SpeciesAction.java index 88ad5a3..17852a7 100644 --- a/coser-web/src/main/java/fr/ifremer/coser/web/actions/pop/SpeciesAction.java +++ b/coser-web/src/main/java/fr/ifremer/coser/web/actions/pop/SpeciesAction.java @@ -64,7 +64,7 @@ public class SpeciesAction extends AbstractCoserJspAction { this.zone = zone; } - public Map<String, String> getSpecies() { + public Map<String, String> getSpeciesList() { return species; } diff --git a/coser-web/src/main/webapp/WEB-INF/content/pop/species.jsp b/coser-web/src/main/webapp/WEB-INF/content/pop/species.jsp index b877ea6..5b35aec 100644 --- a/coser-web/src/main/webapp/WEB-INF/content/pop/species.jsp +++ b/coser-web/src/main/webapp/WEB-INF/content/pop/species.jsp @@ -52,7 +52,7 @@ <h2><s:text name="message.pop.title" /></h2> <s:form action="indicator" method="get"> - <s:select name="species" list="species" label="%{getText('message.common.selectspecies')}" /> + <s:select name="species" list="speciesList" label="%{getText('message.common.selectspecies')}" /> <s:hidden name="facade" property="facade"/> <s:hidden name="zone" property="zone"/> <s:submit value="%{getText('message.common.validform')}"/> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm