branch develop updated (b373c248 -> 4dc16fce)
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 b373c248 personnalisation des messages d'avertissement de la limitation du nombre de votant (ref #58) new 4dc16fce correction de l'initialisation des l'adresse email de créateur du 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 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 Summary of changes: pollen-ui-riot-js/src/main/web/js/PollForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm