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 ac713b3 fixes #9105 NPE si le dossier est vide adds 7bbc801 refs #9098 ajout de la configuration displayOnlyUserTrigraphInTables + migration adds 8b1fffe refs #9098 gestion de la conf displayOnlyUserTrigraphInTables dans la partie admin adds 3b330c4 refs #9098 prise en compte de la conf displayOnlyUserTrigraphInTables dans la partie cliente adds 5d6d9e3 renommage des scripts de migration new 0703d50 fixes #9098 Colonne "Pris par" : n'afficher que le tryptique (gain de place) 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 0703d50dc192ce9afcc60d9d8ae0fe90eb71c073 Merge: ac713b3 5d6d9e3 Author: Kevin Morin <morin@codelutin.com> Date: Tue Mar 28 11:37:57 2017 +0200 fixes #9098 Colonne "Pris par" : n'afficher que le tryptique (gain de place) Summary of changes: faxtomail-persistence/src/main/xmi/faxtomail.zargo | Bin 35628 -> 35759 bytes .../faxtomail/services/DecoratorService.java | 1 + .../faxtomail/services/DecoratorServiceImpl.java | 1 + ...0328_1__add_displayOnlyUserTrigraphInTables.sql | 4 + ...0328_1__add_displayOnlyUserTrigraphInTables.sql | 6 ++ .../content/demande/DemandeListUIHandler.java | 5 + .../swing/content/demande/DemandeListUIModel.java | 16 ++++ .../content/search/SearchToGroupUIHandler.java | 5 + .../ui/swing/content/search/SearchUIHandler.java | 5 + .../util/AbstractFaxToMailDemandListHandler.java | 9 +- .../WEB-INF/content/admin/configuration-input.jsp | 101 ++++++++++++--------- .../src/main/webapp/js/configuration.js | 10 +- 12 files changed, 115 insertions(+), 48 deletions(-) create mode 100644 faxtomail-service/src/main/resources/db/migration/h2/V2_4_170328_1__add_displayOnlyUserTrigraphInTables.sql create mode 100644 faxtomail-service/src/main/resources/db/migration/sqlserver/V2_4_170328_1__add_displayOnlyUserTrigraphInTables.sql -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.