branch develop updated (5f9c6e5 -> f59fa47)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See http://git.codelutin.com/observe.git from 5f9c6e5 Remplacer un script sql dans la distribution V4.x par celui-ci (termine #7440) Merge branch 'feature/7440' into develop new b8c31f3 Correction de l'inversion de lecture dans le tableau des rencontres (refs #7436) new f59fa47 [ObServeLL] champs Distance et Nombre inversés dans formulaire Rencontres (termine #7436) Merge branch 'feature/7436' into develop The 2 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 f59fa47496a52eedb9a504d594f03f0d68eecc42 Merge: 5f9c6e5 b8c31f3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Aug 10 17:01:19 2015 +0200 [ObServeLL] champs Distance et Nombre inversés dans formulaire Rencontres (termine #7436) Merge branch 'feature/7436' into develop commit b8c31f352bab554e223dc6d5d86a0f4ff4d752fc Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Aug 10 17:01:17 2015 +0200 Correction de l'inversion de lecture dans le tableau des rencontres (refs #7436) Summary of changes: .../ird/observe/ui/content/table/impl/longline/EncounterUIModel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit b8c31f352bab554e223dc6d5d86a0f4ff4d752fc Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Aug 10 17:01:17 2015 +0200 Correction de l'inversion de lecture dans le tableau des rencontres (refs #7436) --- .../ird/observe/ui/content/table/impl/longline/EncounterUIModel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/observe-swing/src/main/java/fr/ird/observe/ui/content/table/impl/longline/EncounterUIModel.java b/observe-swing/src/main/java/fr/ird/observe/ui/content/table/impl/longline/EncounterUIModel.java index 455ca9f..81ef8d2 100644 --- a/observe-swing/src/main/java/fr/ird/observe/ui/content/table/impl/longline/EncounterUIModel.java +++ b/observe-swing/src/main/java/fr/ird/observe/ui/content/table/impl/longline/EncounterUIModel.java @@ -54,8 +54,8 @@ public class EncounterUIModel extends ContentTableUIModel<ActivityLongline, Enco List<ContentTableMeta<Encounter>> metas = Lists.newArrayList( ContentTableModel.newTableMeta(Encounter.class, Encounter.PROPERTY_ENCOUNTER_TYPE, false), ContentTableModel.newTableMeta(Encounter.class, Encounter.PROPERTY_SPECIES, false), - ContentTableModel.newTableMeta(Encounter.class, Encounter.PROPERTY_COUNT, false), - ContentTableModel.newTableMeta(Encounter.class, Encounter.PROPERTY_DISTANCE, false)); + ContentTableModel.newTableMeta(Encounter.class, Encounter.PROPERTY_DISTANCE, false), + ContentTableModel.newTableMeta(Encounter.class, Encounter.PROPERTY_COUNT, false)); initModel(ui, metas); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit f59fa47496a52eedb9a504d594f03f0d68eecc42 Merge: 5f9c6e5 b8c31f3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Aug 10 17:01:19 2015 +0200 [ObServeLL] champs Distance et Nombre inversés dans formulaire Rencontres (termine #7436) Merge branch 'feature/7436' into develop .../ird/observe/ui/content/table/impl/longline/EncounterUIModel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
participants (1)
-
codelutin.com scm