This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See http://git.codelutin.com/tutti.git from 98ff50b Fixes #7984 Merge branch 'feature/7984' into develop adds 61f7549 ajout d'un event quand une ligne est sauvée, pour mettre à jour la liste des validations quand on modifie une ligne (fixes #7972) adds 59151a3 le BatchSavedEvent étend EventObject refs #7972 adds 0a35f40 Surcharge de la méthode getSource adds 146fa6f Et les listeners doivent étendre EventListener... new fd17dbf Fixes #7972 Merge branch 'feature/7972' into develop 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 fd17dbf4afae211f02f261a043b8dce209bb0a0f Merge: 98ff50b 146fa6f Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Feb 11 14:35:02 2016 +0100 Fixes #7972 Merge branch 'feature/7972' into develop Summary of changes: .../catches/AbstractTuttiBatchTableUIHandler.java | 25 ++++++++++- .../content/operation/catches/BatchSavedEvent.java | 28 ++++++++++++ .../operation/catches/BatchSavedListener.java | 12 +++++ .../accidental/AccidentalBatchUIHandler.java | 1 + .../catches/benthos/BenthosBatchUIHandler.java | 2 + .../IndividualObservationBatchUIHandler.java | 1 + .../marinelitter/MarineLitterBatchUIHandler.java | 2 + .../catches/species/SpeciesBatchUIHandler.java | 2 + .../EditFishingOperationInValidationUIAction.java | 51 ++++++++++++++++++++-- 9 files changed, 119 insertions(+), 5 deletions(-) create mode 100644 tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/BatchSavedEvent.java create mode 100644 tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/BatchSavedListener.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.