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 a221b4e70b51512a3f678c9df8a7ffff7eea3b05 Author: jcouteau <couteau@codelutin.com> Date: Wed Nov 25 16:02:56 2020 +0100 fixes #11093 : Boutons disponibles en Archive --- .../com/franciaflex/faxtomail/ui/swing/actions/ShowDemandeAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/actions/ShowDemandeAction.java b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/actions/ShowDemandeAction.java index 9917ae63..978296f5 100644 --- a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/actions/ShowDemandeAction.java +++ b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/actions/ShowDemandeAction.java @@ -210,7 +210,7 @@ public class ShowDemandeAction extends AbstractMainUIFaxToMailAction { List<Client> allowedClients = getContext().getClientCache(); currentEmail.setAllowedClients(allowedClients); - currentEmail.setEditable(!readonly); + currentEmail.setEditable(currentEmail.isEditable() && !readonly); } } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.