This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit e2c8fa047556d50620d7264b36687a6553099326 Merge: 14536b4 0890755 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon Mar 13 12:25:28 2017 +0100 Merge branch 'feature/component_choice_editor' into 'develop' Composant d'édition des choix See merge request !6 pollen-persistence/src/main/xmi/pollen.zargo | Bin 21327 -> 21426 bytes .../chorem/pollen/services/bean/ChoiceBean.java | 54 +----- .../pollen/services/service/ChoiceService.java | 49 ++--- pollen-ui-riot-js/package.json | 1 + pollen-ui-riot-js/src/main/web/css/main.css | 5 +- pollen-ui-riot-js/src/main/web/i18n.json | 6 +- pollen-ui-riot-js/src/main/web/index.js | 1 + pollen-ui-riot-js/src/main/web/js/FetchService.js | 4 +- pollen-ui-riot-js/src/main/web/js/I18nHelper.js | 4 +- pollen-ui-riot-js/src/main/web/js/PollForm.js | 142 ++++++-------- .../src/main/web/js/ResourceService.js | 44 +++++ pollen-ui-riot-js/src/main/web/js/Session.js | 15 ++ pollen-ui-riot-js/src/main/web/js/UIHelper.js | 38 ++++ pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 2 - .../main/web/tag/components/date-picker.tag.html | 194 +++++++++++++++++++ .../main/web/tag/components/time-picker.tag.html | 207 +++++++++++++++++++++ .../src/main/web/tag/poll/Choice.tag.html | 207 +++++++++++++++++++++ .../src/main/web/tag/poll/ChoiceText.tag.html | 176 ------------------ .../src/main/web/tag/poll/Choices.tag.html | 15 +- .../src/main/web/tag/poll/CreatePoll.tag.html | 2 +- .../src/main/web/tag/poll/Votes.tag.html | 35 +++- 21 files changed, 823 insertions(+), 378 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.