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 2318dc2 fixes #64 par défaut, on ne met pas la date de début de vote à la fin de la période d'ajout de choix new d059538 gestion des participant d'un sondage 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 d059538c853bc6310979e0d4695408a6a885ff60 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue May 16 11:48:30 2017 +0200 gestion des participant d'un sondage Summary of changes: .../org/chorem/pollen/rest/api/v1/PollApi.java | 8 +- .../chorem/pollen/rest/api/v1/VoterListApi.java | 37 ++-- pollen-rest-api/src/main/resources/mapping | 4 +- .../chorem/pollen/services/bean/PollenBean.java | 10 +- .../pollen/services/bean/PollenEntityId.java | 10 ++ .../chorem/pollen/services/bean/VoterListBean.java | 5 +- .../pollen/services/service/VoterListService.java | 39 +++-- pollen-ui-riot-js/src/main/web/i18n.json | 24 ++- pollen-ui-riot-js/src/main/web/js/PollForm.js | 22 ++- pollen-ui-riot-js/src/main/web/js/PollService.js | 4 +- .../src/main/web/js/VoterListService.js | 150 ++++++++++++++++ .../src/main/web/tag/poll/Voters.tag.html | 78 ++++++--- .../src/main/web/tag/voterList/VoterList.tag.html | 190 +++++++++++++++++++++ .../web/tag/voterList/VoterListMember.tag.html | 92 ++++++++++ 14 files changed, 607 insertions(+), 66 deletions(-) create mode 100644 pollen-ui-riot-js/src/main/web/js/VoterListService.js create mode 100644 pollen-ui-riot-js/src/main/web/tag/voterList/VoterList.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/voterList/VoterListMember.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.