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 24306af2 UI des sondages (fix test) new 90d0cc87 UI des utilisateurs 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 90d0cc871046b06d55b79a3c466cf6f92b2c389a Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Jul 18 10:49:57 2017 +0200 UI des utilisateurs Summary of changes: .../persistence/entity/PollenUserTopiaDao.java | 20 +++ .../chorem/pollen/rest/api/v1/PollenUserApi.java | 5 +- .../pollen/services/service/PollenUserService.java | 4 +- .../services/service/PollenUserServiceTest.java | 2 +- pollen-ui-riot-js/src/main/web/i18n.json | 10 +- pollen-ui-riot-js/src/main/web/js/UserService.js | 6 +- .../src/main/web/tag/UserCard.tag.html | 165 ++++++++------------- .../src/main/web/tag/UserEditModal.tag.html | 73 +++++++++ pollen-ui-riot-js/src/main/web/tag/Users.tag.html | 103 +++++-------- .../src/main/web/tag/components/Card.tag.html | 7 +- .../web/tag/favoriteList/ChildListCard.tag.html | 16 +- .../web/tag/favoriteList/FavoriteListCard.tag.html | 14 +- .../main/web/tag/favoriteList/MemberCard.tag.html | 8 +- .../src/main/web/tag/poll/Polls.tag.html | 3 +- 14 files changed, 235 insertions(+), 201 deletions(-) create mode 100644 pollen-ui-riot-js/src/main/web/tag/UserEditModal.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.