This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See http://git.codelutin.com/faxtomail.git from b13274a Correction de validation (refs #7422) new 4f0a02c fix compilation error new 00dd680 remplacement du champ code client par une combo avec les clients dans la recherche (refs #7422) new 97d630d remplacement du champ code client par une combo avec les clients dans la recherche pour grouper (fixes #7422) The 3 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 97d630d59619b83b336301c314db5f5e02b25a57 Author: Kevin Morin <morin@codelutin.com> Date: Thu Aug 27 11:34:54 2015 +0200 remplacement du champ code client par une combo avec les clients dans la recherche pour grouper (fixes #7422) commit 00dd680bd77a7e22f9bb880dce9b889ccd4975fc Author: Kevin Morin <morin@codelutin.com> Date: Thu Aug 27 11:22:47 2015 +0200 remplacement du champ code client par une combo avec les clients dans la recherche (refs #7422) commit 4f0a02c61641c9776a4a03eab65d02fce172d18b Author: Kevin Morin <morin@codelutin.com> Date: Thu Aug 27 09:55:51 2015 +0200 fix compilation error Summary of changes: .../persistence/entities/EmailTopiaDao.java | 8 +++---- .../persistence/entities/SearchFilter.java | 18 +++++++-------- .../faxtomail/services/service/ClientService.java | 3 +++ .../services/service/ClientServiceImpl.java | 25 +++++++++++++++++++++ .../services/service/EmailServiceTest.java | 5 ++++- .../swing/actions/AbstractChangeScreenAction.java | 18 --------------- .../ui/swing/actions/ShowDemandeListAction.java | 16 +++++++++++++ .../ui/swing/actions/ShowRechercheAction.java | 15 ++++++++++++- .../actions/SaveAndOpenSearchToGroupAction.java | 10 +++++++++ .../ui/swing/content/search/SearchToGroupUI.css | 7 +++--- .../ui/swing/content/search/SearchToGroupUI.jaxx | 6 +++-- .../content/search/SearchToGroupUIHandler.java | 7 ++++++ .../faxtomail/ui/swing/content/search/SearchUI.css | 5 +++++ .../ui/swing/content/search/SearchUI.jaxx | 6 +++-- .../ui/swing/content/search/SearchUIHandler.java | 9 +++++++- .../ui/swing/content/search/SearchUIModel.java | 26 +++++++++++++++++----- .../i18n/faxtomail-ui-swing_fr_FR.properties | 2 +- .../faxtomail/web/job/MailFilterJob.java | 1 - 18 files changed, 138 insertions(+), 49 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.