branch feature/8180 updated (173d055 -> 8bf46a6)
This is an automated email from the git hooks/post-receive script. New change to branch feature/8180 in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from 173d055 Add form to import accoustics data for mooring new 8bf46a6 Force input action for the validation 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 8bf46a622bf825e73b7b633d359b6ec5231e3e8d Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Tue Jun 14 10:54:14 2016 +0200 Force input action for the validation Summary of changes: .../java/fr/ifremer/echobase/ui/actions/importData/CreateMooring.java | 2 ++ 1 file changed, 2 insertions(+) -- 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 feature/8180 in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 8bf46a622bf825e73b7b633d359b6ec5231e3e8d Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Tue Jun 14 10:54:14 2016 +0200 Force input action for the validation --- .../java/fr/ifremer/echobase/ui/actions/importData/CreateMooring.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/importData/CreateMooring.java b/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/importData/CreateMooring.java index c4419dc..e83b3d6 100644 --- a/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/importData/CreateMooring.java +++ b/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/importData/CreateMooring.java @@ -21,6 +21,7 @@ package fr.ifremer.echobase.ui.actions.importData; import com.google.common.base.Preconditions; +import com.opensymphony.xwork2.interceptor.annotations.InputConfig; import fr.ifremer.echobase.entities.data.Mooring; import fr.ifremer.echobase.entities.data.MooringImpl; import fr.ifremer.echobase.entities.references.Mission; @@ -80,6 +81,7 @@ public class CreateMooring extends EchoBaseActionSupport { return INPUT; } + @InputConfig(methodName = "input") @Override public String execute() throws Exception { -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm