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 4dc16fceab8dd17beb453ff5b49c2a80aa725e46 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Oct 24 10:11:38 2017 +0200 correction de l'initialisation des l'adresse email de créateur du sondage --- pollen-ui-riot-js/src/main/web/js/PollForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/js/PollForm.js b/pollen-ui-riot-js/src/main/web/js/PollForm.js index 996d8f78..7fa51e1e 100644 --- a/pollen-ui-riot-js/src/main/web/js/PollForm.js +++ b/pollen-ui-riot-js/src/main/web/js/PollForm.js @@ -130,7 +130,7 @@ class PollForm { if (user) { this.model.creatorName = user.name; - this.model.creatorEmail = user.email; + this.model.creatorEmail = user.defaultEmailAddress.emailAddress; } this.model.participant = []; this.choices = [new Choice("TEXT"), new Choice("TEXT"), new Choice("TEXT")]; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.