branch feature/9526 updated (5c856a12 -> 837a9ebd)
This is an automated email from the git hooks/post-receive script. New change to branch feature/9526 in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 5c856a12 refs #9526 : Pris par sur le clic droit des demandes sélectionnées - Ajout de la prise en compte de la conf new 837a9ebd fix typo (copy n paste is bad ;) ) 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 837a9ebddac36f9520de7ba3df63d7f617f77505 Author: Kevin Morin <morin@codelutin.com> Date: Wed Dec 13 18:25:22 2017 +0100 fix typo (copy n paste is bad ;) ) Summary of changes: .../faxtomail/ui/swing/content/demande/DemandeListUIModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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/9526 in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 837a9ebddac36f9520de7ba3df63d7f617f77505 Author: Kevin Morin <morin@codelutin.com> Date: Wed Dec 13 18:25:22 2017 +0100 fix typo (copy n paste is bad ;) ) --- .../faxtomail/ui/swing/content/demande/DemandeListUIModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/DemandeListUIModel.java b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/DemandeListUIModel.java index 167c0b93..9e6dd402 100644 --- a/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/DemandeListUIModel.java +++ b/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/DemandeListUIModel.java @@ -54,7 +54,7 @@ public class DemandeListUIModel extends AbstractSerializableBean { public static final String PROPERTY_FORWARD_ACTIVATED = "forwardActivated"; public static final String PROPERTY_FORWARD_ENABLED = "forwardEnabled"; public static final String PROPERTY_TAKENBY_ENABLED = "takenByEnabled"; - public static final String PROPERTY_TAKENBY_ACTIVATED = "takenByEnabled"; + public static final String PROPERTY_TAKENBY_ACTIVATED = "takenByActivated"; public static final String PROPERTY_ARCHIVE_ENABLED = "archiveEnabled"; public static final String PROPERTY_TRANSMIT_ENABLED = "transmitEnabled"; public static final String PROPERTY_PRINT_ENABLED = "printEnabled"; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm