[tutti] branch develop updated (d3f8f09 -> 2a5e07d)
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 d3f8f09 refs #5997: [IMPORT] Améliorer la gestion des référentiels temporaires new 5da81e5 clean persistence configuration new 2a5e07d fixes #5997: [IMPORT] Améliorer la gestion des référentiels temporaires (suppression des navires) 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 2a5e07d850d2433d9a9fb43c601827fa6efb2a79 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Nov 6 14:45:55 2014 +0100 fixes #5997: [IMPORT] Améliorer la gestion des référentiels temporaires (suppression des navires) commit 5da81e5b3f9e40ceb27e807e024dae4c11cf3778 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Nov 6 14:45:21 2014 +0100 clean persistence configuration Summary of changes: .../service/referential/VesselPersistenceServiceImpl.java | 2 +- .../src/main/resources/tutti-db-enumerations.properties | 10 ---------- 2 files changed, 1 insertion(+), 11 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 http://git.codelutin.com/tutti.git commit 5da81e5b3f9e40ceb27e807e024dae4c11cf3778 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Nov 6 14:45:21 2014 +0100 clean persistence configuration --- .../src/main/resources/tutti-db-enumerations.properties | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tutti-persistence/src/main/resources/tutti-db-enumerations.properties b/tutti-persistence/src/main/resources/tutti-db-enumerations.properties index 812f518..23d2dc1 100644 --- a/tutti-persistence/src/main/resources/tutti-db-enumerations.properties +++ b/tutti-persistence/src/main/resources/tutti-db-enumerations.properties @@ -1,8 +1,6 @@ ### # #%L # Tutti :: Persistence -# $Id$ -# $HeadURL$ # %% # Copyright (C) 2012 - 2014 Ifremer # %% @@ -28,11 +26,3 @@ # PSFM "Pour référencer un autre id de pmfm" PmfmId.ID_PSFM=1433 - -#TODO Remove this when using adagio > 3.6.2 -MatrixId.PRODUCE_BATCH=1 - -#TODO Remove this when using adagio > 3.6.2 -ObjectTypeCode.CATCH_BATCH=CATCH_BATCH - -UserProfilId.DEPARTEMENT_PREFIX=PDG- -- 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 http://git.codelutin.com/tutti.git commit 2a5e07d850d2433d9a9fb43c601827fa6efb2a79 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Nov 6 14:45:55 2014 +0100 fixes #5997: [IMPORT] Améliorer la gestion des référentiels temporaires (suppression des navires) --- .../persistence/service/referential/VesselPersistenceServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutti-persistence/src/main/java/fr/ifremer/tutti/persistence/service/referential/VesselPersistenceServiceImpl.java b/tutti-persistence/src/main/java/fr/ifremer/tutti/persistence/service/referential/VesselPersistenceServiceImpl.java index 20ca8c6..c1fcf5f 100644 --- a/tutti-persistence/src/main/java/fr/ifremer/tutti/persistence/service/referential/VesselPersistenceServiceImpl.java +++ b/tutti-persistence/src/main/java/fr/ifremer/tutti/persistence/service/referential/VesselPersistenceServiceImpl.java @@ -266,7 +266,7 @@ public class VesselPersistenceServiceImpl extends ReferentialPersistenceServiceS throw new ApplicationBusinessException(String.format("Vessel with code %s does not exists", code)); } - vesselExtendDao.remove(code); + vesselExtendDao.removeTemporaryVessel(code); } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm