This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit f93cd356f7b24f892b955eea06266bccc6fc0e65 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Jun 18 11:26:01 2015 +0200 Les commentaires des lôts doivent être transformés (refs #7219) --- .../java/fr/ifremer/tutti/service/genericformat/csv/CatchModel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/csv/CatchModel.java b/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/csv/CatchModel.java index 743fa2a..e98bf0a 100644 --- a/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/csv/CatchModel.java +++ b/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/csv/CatchModel.java @@ -103,7 +103,7 @@ public class CatchModel extends AbstractTuttiImportExportModel<CatchRow> { newIndexNullableColumnForExport("Ech_" + headerPrefix, collectionName, categoryOrder, ExportSampleCategory.PROPERTY_SAMPLE_WEIGHT, TuttiCsvUtil.FLOAT); newIndexNullableColumnForExport("Type_Volume_Poids_" + headerPrefix, collectionName, categoryOrder, ExportSampleCategory.PROPERTY_WEIGHT_OR_VOL_TYPE); newNullableColumnForExport("Unite_Volume_Poids_" + headerPrefix, CatchRow.BATCH_WEIGHT_UNIT); - newIndexNullableColumnForExport("Commentaire_" + headerPrefix, collectionName, categoryOrder, ExportSampleCategory.PROPERTY_COMMENT); + newIndexNullableColumnForExport("Commentaire_" + headerPrefix, collectionName, categoryOrder, ExportSampleCategory.PROPERTY_COMMENT, TuttiCsvUtil.COMMENT_PARSER_FORMATTER); } @@ -165,7 +165,7 @@ public class CatchModel extends AbstractTuttiImportExportModel<CatchRow> { newIgnoredColumn("Type_Volume_Poids_" + headerPrefix); newIgnoredColumn("Unite_Volume_Poids_" + headerPrefix); - newMandatoryColumn("Commentaire_" + headerPrefix, TuttiCsvUtil.STRING, new SampleCategoryValueSetter<String>(entry, ExportSampleCategory.PROPERTY_COMMENT)); + newMandatoryColumn("Commentaire_" + headerPrefix, TuttiCsvUtil.COMMENT_PARSER_FORMATTER, new SampleCategoryValueSetter<String>(entry, ExportSampleCategory.PROPERTY_COMMENT)); } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.