This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from af16d6a devMode à false par défaut, et a vrai dans la configuration des tests. new 9330980 afficher quels participants ont votés et leur renvoyer des invitations (#51, #36 et #33) 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 9330980a03ee10fec9c1ef1bb959fb2453b76255 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed May 24 16:44:07 2017 +0200 afficher quels participants ont votés et leur renvoyer des invitations (#51, #36 et #33) Summary of changes: .../chorem/pollen/rest/api/v1/VoterListApi.java | 9 +++ pollen-rest-api/src/main/resources/mapping | 24 ++++--- .../org/chorem/pollen/services/bean/PollBean.java | 10 +++ .../pollen/services/bean/VoterListMemberBean.java | 10 +++ .../pollen/services/service/PollService.java | 6 +- .../pollen/services/service/VoterListService.java | 84 +++++++++++++++++++++- pollen-ui-riot-js/src/main/web/i18n.json | 14 ++++ .../src/main/web/js/VoterListService.js | 20 +++++- .../src/main/web/tag/poll/Poll.tag.html | 14 ++-- .../web/tag/voterList/VoterListActions.tag.html | 21 ++++++ .../web/tag/voterList/VoterListMember.tag.html | 17 ++++- 11 files changed, 201 insertions(+), 28 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.