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 e22af4ef Merge branch 'feature/9526' into 'develop' new 280e0a73 refs #9526 move the takenby validation in an action 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 280e0a737e29bb94623e01c93c393d2f714e1ccf Author: Kevin Morin <morin@codelutin.com> Date: Fri Dec 15 15:14:49 2017 +0100 refs #9526 move the takenby validation in an action Summary of changes: .../ui/swing/content/demande/DemandeListUI.css | 1 + .../content/demande/TakenByFormUIHandler.java | 89 ---------------------- .../demande/actions/OpenTakenByFormAction.java | 8 +- .../demande/{ => takenby}/TakenByFormUI.css | 1 + .../demande/{ => takenby}/TakenByFormUI.jaxx | 31 +++----- .../demande/takenby/TakenByFormUIHandler.java | 55 +++++++++++++ .../demande/{ => takenby}/TakenByFormUIModel.java | 3 +- .../demande/takenby/actions/TakenByAction.java | 84 ++++++++++++++++++++ .../i18n/faxtomail-ui-swing_fr_FR.properties | 1 + 9 files changed, 157 insertions(+), 116 deletions(-) delete mode 100644 faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/TakenByFormUIHandler.java rename faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/{ => takenby}/TakenByFormUI.css (92%) rename faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/{ => takenby}/TakenByFormUI.jaxx (73%) create mode 100644 faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/takenby/TakenByFormUIHandler.java rename faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/{ => takenby}/TakenByFormUIModel.java (92%) create mode 100644 faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/demande/takenby/actions/TakenByAction.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.