branch feature/7590_avertissement_sur_equipement created (now 1eea7d9)
This is an automated email from the git hooks/post-receive script. New change to branch feature/7590_avertissement_sur_equipement in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git at 1eea7d9 Désactive le controle concernant la presence d'un équipement en palangre car non présent en 4.1 This branch includes the following new commits: new 1eea7d9 Désactive le controle concernant la presence d'un équipement en palangre car non présent en 4.1 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 1eea7d96678d84a8b2eb6e53caff09d49aebdf5a Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Fri Aug 5 11:53:34 2016 +0200 Désactive le controle concernant la presence d'un équipement en palangre car non présent en 4.1 refs #7590 -- 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/7590_avertissement_sur_equipement in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 1eea7d96678d84a8b2eb6e53caff09d49aebdf5a Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Fri Aug 5 11:53:34 2016 +0200 Désactive le controle concernant la presence d'un équipement en palangre car non présent en 4.1 refs #7590 --- .../ui/content/table/impl/longline/GearUseFeaturesLonglineUI.jaxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/table/impl/longline/GearUseFeaturesLonglineUI.jaxx b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/table/impl/longline/GearUseFeaturesLonglineUI.jaxx index 3e9d395..f109a60 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/table/impl/longline/GearUseFeaturesLonglineUI.jaxx +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/table/impl/longline/GearUseFeaturesLonglineUI.jaxx @@ -68,8 +68,10 @@ <!-- le validateur de l'écran --> <BeanValidator id='validator' beanClass='fr.ird.observe.services.dto.longline.TripLonglineGearUseDto' - errorTableModel='{getErrorTableModel()}' - context='n1-update'/> + errorTableModel='{getErrorTableModel()}' /> + <!-- context='n1-update' --> + <!-- désactivation du contexte de navigation + car ne valide que la présence d'un équipement : ce controle n'est pas présent en 4.1 pour la palangre --> <!-- le validateur d'une entrée de tableau --> <BeanValidator id='validatorTable' -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm