This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit 5c3802d28d2d693f465789022856a19b7e9e8755 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Mar 7 08:43:28 2016 +0100 Correction de la règle de validation (See #8042) (report version 5) --- .../entities/seine/SchoolEstimate-n1-update-error-validation.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/observe-entities/src/main/resources/fr/ird/observe/entities/seine/SchoolEstimate-n1-update-error-validation.xml b/observe-entities/src/main/resources/fr/ird/observe/entities/seine/SchoolEstimate-n1-update-error-validation.xml index 1f7763a..68b4d9c 100644 --- a/observe-entities/src/main/resources/fr/ird/observe/entities/seine/SchoolEstimate-n1-update-error-validation.xml +++ b/observe-entities/src/main/resources/fr/ird/observe/entities/seine/SchoolEstimate-n1-update-error-validation.xml @@ -48,7 +48,7 @@ <!-- l'un des deux weight doit etre renseignee --> <field-validator type="fieldexpression"> <param name="expression"> - <![CDATA[ (totalWeight !=null && totalWeight > 0) || (meanWeight !=null && meanWeight > 0) ]]> + <![CDATA[ (totalWeight != null && totalWeight > 0) || (meanWeight != null && meanWeight > 0) ]]> </param> <message>validator.schoolEstimate.required.weight</message> </field-validator> @@ -60,7 +60,7 @@ <!-- l'un des deux weight doit etre renseignee --> <field-validator type="fieldexpression" short-circuit="true"> <param name="expression"> - <![CDATA[ (weight !=null && weight > 0) || (meanWeight !=null && meanWeight > 0) ]]> + <![CDATA[ (totalWeight != null && totalWeight > 0) || (meanWeight != null && meanWeight > 0) ]]> </param> <message>validator.schoolEstimate.required.weight</message> </field-validator> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.