branch develop updated (eece9f6 -> 9993341)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from eece9f6 Can use remote data source in simple referential synchro new 9993341 Champs non binde :( 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 999334141660768c61984138bee29205776bafbf Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Aug 23 20:03:02 2016 +0200 Champs non binde :( Summary of changes: .../ird/observe/services/binder/data/TargetLengthBinder.java | 12 ++++-------- 1 file changed, 4 insertions(+), 8 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 observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 999334141660768c61984138bee29205776bafbf Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Aug 23 20:03:02 2016 +0200 Champs non binde :( --- .../ird/observe/services/binder/data/TargetLengthBinder.java | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TargetLengthBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TargetLengthBinder.java index 9523007..da330be 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TargetLengthBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TargetLengthBinder.java @@ -48,12 +48,10 @@ public class TargetLengthBinder extends DataBinderSupport<TargetLength, TargetLe entity.setSpecies(toEntity(dto.getSpecies(), Species.class)); entity.setMeasureType(dto.getMeasureType()); entity.setLength(dto.getLength()); - //FIXME -// entity.setLengthSource(dto.getLengthSource()); + entity.setLengthSource(dto.isLengthSource()); entity.setCount(dto.getCount()); entity.setWeight(dto.getWeight()); - //FIXME -// entity.setWeightSource(dto.getWeightSource()); + entity.setWeightSource(dto.isWeightSource()); entity.setAcquisitionMode(dto.getAcquisitionMode()); } @@ -66,12 +64,10 @@ public class TargetLengthBinder extends DataBinderSupport<TargetLength, TargetLe dto.setSpecies(toReferentialReference(referentialLocale, entity.getSpecies(), SpeciesDto.class)); dto.setMeasureType(entity.getMeasureType()); dto.setLength(entity.getLength()); - //FIXME -// entity.setLengthSource(dto.getLengthSource()); + dto.setLengthSource(entity.isLengthSource()); dto.setCount(entity.getCount()); dto.setWeight(entity.getWeight()); - //FIXME -// dto.setWeightSource(entity.getWeightSource()); + dto.setWeightSource(entity.isWeightSource()); dto.setAcquisitionMode(entity.getAcquisitionMode()); } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm