branch feature/8050 created (now fe77029)
This is an automated email from the git hooks/post-receive script. New change to branch feature/8050 in repository tutti. See http://git.codelutin.com/tutti.git at fe77029 chargement des pj des obs individuelles (fixes #8050) This branch includes the following new commits: new fe77029 chargement des pj des obs individuelles (fixes #8050) 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 fe77029cc48ae948ddf8aa449d3126e24c6da7e7 Author: Kevin Morin <morin@codelutin.com> Date: Thu Mar 3 16:54:01 2016 +0100 chargement des pj des obs individuelles (fixes #8050) -- 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 feature/8050 in repository tutti. See http://git.codelutin.com/tutti.git commit fe77029cc48ae948ddf8aa449d3126e24c6da7e7 Author: Kevin Morin <morin@codelutin.com> Date: Thu Mar 3 16:54:01 2016 +0100 chargement des pj des obs individuelles (fixes #8050) --- .../content/operation/catches/species/SpeciesBatchUIHandler.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/SpeciesBatchUIHandler.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/SpeciesBatchUIHandler.java index 5e5204b..e11b9a3 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/SpeciesBatchUIHandler.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/species/SpeciesBatchUIHandler.java @@ -1137,6 +1137,13 @@ public class SpeciesBatchUIHandler extends AbstractTuttiBatchTableUIHandler<Spec individualObservations, getDataContext().getDefaultIndividualObservationCaracteristics()); + for (IndividualObservationBatchRowModel obsRow : newRow.getIndividualObservation()) { + List<Attachment> attachments = + getPersistenceService().getAllAttachments(obsRow.getObjectType(), + obsRow.getObjectId()); + obsRow.addAllAttachment(attachments); + } + List<Attachment> attachments = getPersistenceService().getAllAttachments(newRow.getObjectType(), newRow.getObjectId()); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm