This is an automated email from the git hooks/post-receive script. New change to branch feature/7591_Correction_migration_entites_d_un_parent_a_un_autre in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from 5b332e3 Fix routes move action new e22b31b Update NodeChangeActionListener to take into account the fact that closing an entity will close its children 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 e22b31b044b04827c32a9ff9fbb3023fb65943c0 Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Thu Jul 28 17:05:55 2016 +0200 Update NodeChangeActionListener to take into account the fact that closing an entity will close its children For example, closing a route will close its activities If we just want to move the route from a trip to another, we should then probably reopen it if it was open before the move refs #7591 Summary of changes: .../main/java/fr/ird/observe/ObserveOpenDataManager.java | 2 +- .../ui/tree/actions/ChangeActivityRouteActionListener.java | 12 ++++++++++++ .../ui/tree/actions/ChangeActivityTripActionListener.java | 13 +++++++++++++ .../ui/tree/actions/ChangeRouteTripActionListener.java | 11 +++++++++++ .../ui/tree/actions/ChangeTripProgramActionListener.java | 5 +++++ .../observe/ui/tree/actions/NodeChangeActionListener.java | 7 +++++++ 6 files changed, 49 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.