branch develop updated (95f2937 -> caa5edd)
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 95f2937 Add more logs in web application starts new caa5edd Corrige la création d'une activité de fin de veille lors de la cloture de la route 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 caa5edd6de98fd857540288623b54fe837d4bb50 Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Tue Sep 6 18:28:59 2016 +0200 Corrige la création d'une activité de fin de veille lors de la cloture de la route fixes #8524 Summary of changes: .../application/swing/ui/content/open/impl/seine/RouteUIHandler.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@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 caa5edd6de98fd857540288623b54fe837d4bb50 Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Tue Sep 6 18:28:59 2016 +0200 Corrige la création d'une activité de fin de veille lors de la cloture de la route fixes #8524 --- .../application/swing/ui/content/open/impl/seine/RouteUIHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/open/impl/seine/RouteUIHandler.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/open/impl/seine/RouteUIHandler.java index 9634c18..7a81666 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/open/impl/seine/RouteUIHandler.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/open/impl/seine/RouteUIHandler.java @@ -373,7 +373,7 @@ class RouteUIHandler extends ContentOpenableUIHandler<RouteDto> { // on créee l'activity de fin de veille ObserveNode parentNode = treeHelper.getSelectedNode(); - parentNode = treeHelper.findNode(parentNode, ObserveI18nDecoratorHelper.getTypeI18nKey(ActivitySeineDto.class)); + parentNode = treeHelper.findNode(parentNode, ObserveI18nDecoratorHelper.getTypePluralI18nKey(ActivitySeineDto.class)); if (log.isDebugEnabled()) { log.debug("PARENT NODE = " + parentNode); } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm