branch develop updated (ed6218b8 -> 60704345)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from ed6218b8 fixes #9787 - Liste des fenêtres qui s’empilent les unes sur les autres sans pouvoir les afficher. new 60704345 fixes #9991 - Ajout référence lors des transferts 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 60704345d8e629aab85a6718d9769b2660035ef4 Author: jcouteau <couteau@codelutin.com> Date: Wed Jun 20 16:21:24 2018 +0200 fixes #9991 - Ajout référence lors des transferts Summary of changes: .../ui/swing/content/demande/actions/OpenForwardFormAction.java | 1 + .../ui/swing/content/demande/actions/SaveAndOpenForwardFormAction.java | 1 + 2 files changed, 2 insertions(+) -- 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 faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 60704345d8e629aab85a6718d9769b2660035ef4 Author: jcouteau <couteau@codelutin.com> Date: Wed Jun 20 16:21:24 2018 +0200 fixes #9991 - Ajout référence lors des transferts --- .../ui/swing/content/demande/actions/OpenForwardFormAction.java | 1 + .../ui/swing/content/demande/actions/SaveAndOpenForwardFormAction.java | 1 + 2 files changed, 2 insertions(+) diff --git a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/actions/OpenForwardFormAction.java b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/actions/OpenForwardFormAction.java index bee286d3..37e5d67f 100644 --- a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/actions/OpenForwardFormAction.java +++ b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/actions/OpenForwardFormAction.java @@ -80,6 +80,7 @@ public class OpenForwardFormAction extends AbstractFaxToMailAction<DemandeListUI model.setForward(true); model.setOriginalDemand(demand); + frameContent.getHandler().addReferences(); } } diff --git a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/actions/SaveAndOpenForwardFormAction.java b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/actions/SaveAndOpenForwardFormAction.java index 4bb7334c..d91f5df9 100644 --- a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/actions/SaveAndOpenForwardFormAction.java +++ b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/actions/SaveAndOpenForwardFormAction.java @@ -68,5 +68,6 @@ public class SaveAndOpenForwardFormAction extends SaveAndOpenModalFrameAction<Re model.setSigning(signingForDomain); model.setForward(true); model.setOriginalDemand(currentDemand); + frameContent.getHandler().addReferences(); } } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm