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 7d56197 fixes #6569 new 1e5ea6f fixes #6557: [CONFIG] Erreur lors de la sauvegarde de la configuration des catégorisations fixes #6570: Ajout d'une colonne code dans l'écran de configuration des catégorisations new 4e6cbb1 fixes #6555: [CONFIG] Erreur au chargement de l'ordre des catégorisations dans la config 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 4e6cbb13a89323822a0e31ddcdb6330a46210f83 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Jan 28 15:47:30 2015 +0100 fixes #6555: [CONFIG] Erreur au chargement de l'ordre des catégorisations dans la config commit 1e5ea6f4417f96d732d47cb8d4e59cd3960bb293 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Jan 28 15:24:52 2015 +0100 fixes #6557: [CONFIG] Erreur lors de la sauvegarde de la configuration des catégorisations fixes #6570: Ajout d'une colonne code dans l'écran de configuration des catégorisations Summary of changes: .../fr/ifremer/tutti/TuttiConfigurationOption.java | 2 +- .../data/SampleCategoryModelConverter.java | 8 +-- .../entities/data/SampleCategoryModelEntry.java | 21 +------- .../entities/data/SampleCategoryModels.java | 28 +++++++++++ .../action/SaveSampleCategoryModelAction.java | 9 +++- .../category/EditSampleCategoryModelRowModel.java | 18 +++++-- .../EditSampleCategoryModelTableModel.java | 8 ++- .../category/EditSampleCategoryModelUIHandler.java | 58 +++++++++++++++++++--- .../category/EditSampleCategoryModelUIModel.java | 12 ++--- .../resources/i18n/tutti-ui-swing_en_GB.properties | 3 ++ .../resources/i18n/tutti-ui-swing_fr_FR.properties | 7 ++- 11 files changed, 127 insertions(+), 47 deletions(-) create mode 100644 tutti-persistence/src/main/java/fr/ifremer/tutti/persistence/entities/data/SampleCategoryModels.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.