branch develop updated (ba76193 -> c250821)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from ba76193 Clean log configurations new c250821 mLe poids est obligatoire sur un rejet de thon (Fixes #6528) 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 c2508213f0af34fd590c8d1ade95f5938ebaeedf Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Sep 5 09:40:33 2016 +0200 mLe poids est obligatoire sur un rejet de thon (Fixes #6528) Summary of changes: ...TargetCatchDto-ui-update-targetDiscarded-error-validation.xml | 9 +++++++++ ...rgetCatchDto-ui-update-targetDiscarded-warning-validation.xml | 5 ----- .../TargetCatch-service-targetDiscarded-error-validation.xml | 9 +++++++++ .../TargetCatch-service-targetDiscarded-warning-validation.xml | 5 ----- 4 files changed, 18 insertions(+), 10 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 observe. See https://gitlab.nuiton.org/codelutin/observe.git commit c2508213f0af34fd590c8d1ade95f5938ebaeedf Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Sep 5 09:40:33 2016 +0200 mLe poids est obligatoire sur un rejet de thon (Fixes #6528) --- ...TargetCatchDto-ui-update-targetDiscarded-error-validation.xml | 9 +++++++++ ...rgetCatchDto-ui-update-targetDiscarded-warning-validation.xml | 5 ----- .../TargetCatch-service-targetDiscarded-error-validation.xml | 9 +++++++++ .../TargetCatch-service-targetDiscarded-warning-validation.xml | 5 ----- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/application-swing-validation/src/main/resources/fr/ird/observe/services/dto/seine/TargetCatchDto-ui-update-targetDiscarded-error-validation.xml b/application-swing-validation/src/main/resources/fr/ird/observe/services/dto/seine/TargetCatchDto-ui-update-targetDiscarded-error-validation.xml index 8ee294b..96ec0fd 100644 --- a/application-swing-validation/src/main/resources/fr/ird/observe/services/dto/seine/TargetCatchDto-ui-update-targetDiscarded-error-validation.xml +++ b/application-swing-validation/src/main/resources/fr/ird/observe/services/dto/seine/TargetCatchDto-ui-update-targetDiscarded-error-validation.xml @@ -77,6 +77,15 @@ </field> + <field name="catchWeight"> + + <!-- weight non renseigné --> + <field-validator type="required" short-circuit="true"> + <message>validator.ui.targetDiscarded.required.weight</message> + </field-validator> + + </field> + <field name="comment"> <!-- comentaire de moins de 1024 caractères --> diff --git a/application-swing-validation/src/main/resources/fr/ird/observe/services/dto/seine/TargetCatchDto-ui-update-targetDiscarded-warning-validation.xml b/application-swing-validation/src/main/resources/fr/ird/observe/services/dto/seine/TargetCatchDto-ui-update-targetDiscarded-warning-validation.xml index 0eb363a..02d6e1a 100644 --- a/application-swing-validation/src/main/resources/fr/ird/observe/services/dto/seine/TargetCatchDto-ui-update-targetDiscarded-warning-validation.xml +++ b/application-swing-validation/src/main/resources/fr/ird/observe/services/dto/seine/TargetCatchDto-ui-update-targetDiscarded-warning-validation.xml @@ -26,11 +26,6 @@ <field name="catchWeight"> - <!-- weight non renseigné --> - <field-validator type="required" short-circuit="true"> - <message>validator.ui.targetDiscarded.required.weight</message> - </field-validator> - <!-- weight entre 0 et 400 --> <field-validator type="double" short-circuit="true"> <param name="minExclusive">0</param> diff --git a/services-topia-validation/src/main/resources/fr/ird/observe/entities/seine/TargetCatch-service-targetDiscarded-error-validation.xml b/services-topia-validation/src/main/resources/fr/ird/observe/entities/seine/TargetCatch-service-targetDiscarded-error-validation.xml index e62a3c0..93a190c 100644 --- a/services-topia-validation/src/main/resources/fr/ird/observe/entities/seine/TargetCatch-service-targetDiscarded-error-validation.xml +++ b/services-topia-validation/src/main/resources/fr/ird/observe/entities/seine/TargetCatch-service-targetDiscarded-error-validation.xml @@ -77,6 +77,15 @@ </field> + <field name="catchWeight"> + + <!-- weight non renseigné --> + <field-validator type="required" short-circuit="true"> + <message>validator.service.targetDiscarded.required.weight</message> + </field-validator> + + </field> + <field name="comment"> <!-- comentaire de moins de 1024 caractères --> diff --git a/services-topia-validation/src/main/resources/fr/ird/observe/entities/seine/TargetCatch-service-targetDiscarded-warning-validation.xml b/services-topia-validation/src/main/resources/fr/ird/observe/entities/seine/TargetCatch-service-targetDiscarded-warning-validation.xml index aa6dd2f..b389630 100644 --- a/services-topia-validation/src/main/resources/fr/ird/observe/entities/seine/TargetCatch-service-targetDiscarded-warning-validation.xml +++ b/services-topia-validation/src/main/resources/fr/ird/observe/entities/seine/TargetCatch-service-targetDiscarded-warning-validation.xml @@ -26,11 +26,6 @@ <field name="catchWeight"> - <!-- weight non renseigné --> - <field-validator type="required" short-circuit="true"> - <message>validator.service.targetDiscarded.required.weight</message> - </field-validator> - <!-- weight entre 0 et 400 --> <field-validator type="double" short-circuit="true"> <param name="minExclusive">0</param> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm