branch develop updated (45e2374 -> 5c3802d)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See http://git.codelutin.com/tutti.git from 45e2374 Ajouter un notNull au niveau d'hibernate sur les caractéristiques d'un équipement (See #7819) (report version 5) new 5c3802d Correction de la règle de validation (See #8042) (report version 5) 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 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) Summary of changes: .../entities/seine/SchoolEstimate-n1-update-error-validation.xml | 4 ++-- 1 file 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 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>.
participants (1)
-
codelutin.com scm