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 936da1ad correction flux RSS pour des sondage déja créé, titre et créateur d'un sondage non blanc new 18949e2b UI des listes de votants pour les sondages restraints 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 18949e2b417e1a30d2522b243698dea0cb134a3d Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Jul 21 12:23:24 2017 +0200 UI des listes de votants pour les sondages restraints Summary of changes: .../entity/VoterListMemberTopiaDao.java | 6 +- .../chorem/pollen/rest/api/v1/VoterListApi.java | 2 +- .../chorem/pollen/services/bean/VoterListBean.java | 20 ++ .../pollen/services/service/VoterListService.java | 24 ++- pollen-ui-riot-js/src/main/web/conf.js | 2 +- pollen-ui-riot-js/src/main/web/i18n.json | 10 +- pollen-ui-riot-js/src/main/web/js/I18nHelper.js | 8 + pollen-ui-riot-js/src/main/web/js/PollForm.js | 32 +++ .../src/main/web/js/VoterListService.js | 83 +++++++- .../src/main/web/tag/components/Card.tag.html | 4 +- .../web/tag/components/ContextualMenu.tag.html | 19 +- .../main/web/tag/favoriteList/MemberCard.tag.html | 33 --- .../web/tag/favoriteList/MemberEditModal.tag.html | 29 +-- .../src/main/web/tag/poll/EditPoll.tag.html | 8 +- .../src/main/web/tag/poll/Settings.tag.html | 19 ++ .../src/main/web/tag/poll/Voters.tag.html | 149 ------------- .../tag/voterList/ImportFavoritListModal.tag.html | 59 +++++ .../src/main/web/tag/voterList/VoterList.tag.html | 237 ++++++++++++--------- .../web/tag/voterList/VoterListActions.tag.html | 177 --------------- .../main/web/tag/voterList/VoterListCard.tag.html | 82 +++++++ .../web/tag/voterList/VoterListEditModal.tag.html | 77 +++++++ .../web/tag/voterList/VoterListMember.tag.html | 101 --------- .../web/tag/voterList/VoterListMemberCard.tag.html | 81 +++++++ .../VoterListMemberEditModal.tag.html} | 57 +++-- pollen-ui-riot-js/webpack.config.js | 5 +- 25 files changed, 679 insertions(+), 645 deletions(-) delete mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/Voters.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/voterList/ImportFavoritListModal.tag.html delete mode 100644 pollen-ui-riot-js/src/main/web/tag/voterList/VoterListActions.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/voterList/VoterListCard.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/voterList/VoterListEditModal.tag.html delete mode 100644 pollen-ui-riot-js/src/main/web/tag/voterList/VoterListMember.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/voterList/VoterListMemberCard.tag.html copy pollen-ui-riot-js/src/main/web/tag/{favoriteList/MemberEditModal.tag.html => voterList/VoterListMemberEditModal.tag.html} (56%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.