branch feature/7017 updated (39408ec -> 4a54a88)
This is an automated email from the git hooks/post-receive script. New change to branch feature/7017 in repository observe. See http://git.codelutin.com/observe.git from 39408ec mise à jour du programme ouvert lors du déplacement d'une marée (ref #7017) new 4a54a88 mise à jour du programme ouvert lors du déplacement d'une marée (ref #7017) 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 4a54a880cbe81b7ac8608331ed713e4a34061c37 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Apr 27 14:57:30 2015 +0200 mise à jour du programme ouvert lors du déplacement d'une marée (ref #7017) Summary of changes: .../fr/ird/observe/ui/tree/ObserveNavigationTreeShowPopupAction.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- 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 feature/7017 in repository observe. See http://git.codelutin.com/observe.git commit 4a54a880cbe81b7ac8608331ed713e4a34061c37 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Apr 27 14:57:30 2015 +0200 mise à jour du programme ouvert lors du déplacement d'une marée (ref #7017) --- .../fr/ird/observe/ui/tree/ObserveNavigationTreeShowPopupAction.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/observe-swing/src/main/java/fr/ird/observe/ui/tree/ObserveNavigationTreeShowPopupAction.java b/observe-swing/src/main/java/fr/ird/observe/ui/tree/ObserveNavigationTreeShowPopupAction.java index ba2630a..78712a2 100644 --- a/observe-swing/src/main/java/fr/ird/observe/ui/tree/ObserveNavigationTreeShowPopupAction.java +++ b/observe-swing/src/main/java/fr/ird/observe/ui/tree/ObserveNavigationTreeShowPopupAction.java @@ -223,8 +223,7 @@ public class ObserveNavigationTreeShowPopupAction { OpenableService openableService = observeContext.getService(OpenableService.class); TripService tripService = observeContext.getService(TripService.class); String tripId = selectedNode.getId(); - String openTripId = observeContext.getDataContext().getOpenTripId(); - boolean tripOpen = openTripId!=null && openTripId.equals(tripId); + boolean tripOpen = selectedNode.isOpen(); List<Program> programs = tripService.getPossibleProgramsForTrip(tripId); -- 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