branch develop updated (d889d8f -> bcfb70a)
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 d889d8f transformation des entités en reference dans le service plutot qu'en transformant le formdto en referencedto dans l'ui new bcfb70a fix method call 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 bcfb70a77a8967ee03178e3b9323c89b98b9197a Author: Kevin Morin <morin@codelutin.com> Date: Mon Oct 12 15:56:38 2015 +0200 fix method call Summary of changes: .../src/main/java/fr/ird/observe/ui/tree/ActivityLonglineNode.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 bcfb70a77a8967ee03178e3b9323c89b98b9197a Author: Kevin Morin <morin@codelutin.com> Date: Mon Oct 12 15:56:38 2015 +0200 fix method call --- .../src/main/java/fr/ird/observe/ui/tree/ActivityLonglineNode.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/ActivityLonglineNode.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/ActivityLonglineNode.java index c6a0f25..53afa88 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/ActivityLonglineNode.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/ActivityLonglineNode.java @@ -45,7 +45,7 @@ public class ActivityLonglineNode extends DtoNodeSupport<ActivityLonglineDto> { @Override protected ReferenceDto<ActivityLonglineDto> fetchEntity() { ActivityLonglineService service = ObserveSwingApplicationContext.get().newService(ActivityLonglineService.class); - ReferenceDto<ActivityLonglineDto> referenceDto = service.loadStubReferenceToRead(entity.getId()); + ReferenceDto<ActivityLonglineDto> referenceDto = service.loadReferenceToRead(entity.getId()); return referenceDto; } -- 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