branch develop updated (a04f095 -> 374c345)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git from a04f095 fixes #8661: [ALGORITHME DE PRELEVEMENTS] mauvais fonctionnement des compteurs quand on décoche l'option "maturité" et/ou "sexe" - modification pour prendre en compte le fait qu'il n'y ait pas de zone - modification pour permettre la somme sur les maturites new 374c345 fixes #8569: [ESPECES TEMPORAIRES] le processus de remplacement d'une espèce temporaire par une espèce du reftax ne marche pas menu desactive comme demande dans le ticket 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 374c3458efffb2a01bd8ea28fb3eac0cc0b4c71e Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Wed Jan 4 21:02:51 2017 +0100 fixes #8569: [ESPECES TEMPORAIRES] le processus de remplacement d'une espèce temporaire par une espèce du reftax ne marche pas menu desactive comme demande dans le ticket Summary of changes: .../swing/content/referential/ManageTemporaryReferentialUI.jcss | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 https://gitlab.nuiton.org/codelutin/tutti.git commit 374c3458efffb2a01bd8ea28fb3eac0cc0b4c71e Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Wed Jan 4 21:02:51 2017 +0100 fixes #8569: [ESPECES TEMPORAIRES] le processus de remplacement d'une espèce temporaire par une espèce du reftax ne marche pas menu desactive comme demande dans le ticket --- .../swing/content/referential/ManageTemporaryReferentialUI.jcss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/referential/ManageTemporaryReferentialUI.jcss b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/referential/ManageTemporaryReferentialUI.jcss index 327477b..d73be37 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/referential/ManageTemporaryReferentialUI.jcss +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/referential/ManageTemporaryReferentialUI.jcss @@ -36,7 +36,7 @@ } #speciesActionComboBox { - _comboboxActions: {Arrays.asList(exportSpeciesExampleButton, exportExistingSpeciesButton, importSpeciesButton, replaceSpeciesButton)}; + _comboboxActions: {Arrays.asList(exportSpeciesExampleButton, exportExistingSpeciesButton, importSpeciesButton)}; } #exportSpeciesExampleButton { @@ -80,7 +80,7 @@ } #vesselActionComboBox { - _comboboxActions: {Arrays.asList(exportVesselExampleButton, exportExistingVesselButton, importVesselButton, replaceVesselButton)}; + _comboboxActions: {Arrays.asList(exportVesselExampleButton, exportExistingVesselButton, importVesselButton)}; } #exportVesselExampleButton { @@ -124,7 +124,7 @@ } #gearActionComboBox { - _comboboxActions: {Arrays.asList(exportGearExampleButton, exportExistingGearButton, importGearButton, replaceGearButton)}; + _comboboxActions: {Arrays.asList(exportGearExampleButton, exportExistingGearButton, importGearButton)}; } #exportGearExampleButton { @@ -168,7 +168,7 @@ } #personActionComboBox { - _comboboxActions: {Arrays.asList(exportPersonExampleButton, exportExistingPersonButton, importPersonButton, replacePersonButton)}; + _comboboxActions: {Arrays.asList(exportPersonExampleButton, exportExistingPersonButton, importPersonButton)}; } #exportExistingPersonButton { -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm