branch develop updated (98a9b275 -> ecf76994)
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 98a9b275 fixes #333 - Cannot create poll : Unrecognized field 'choiceAddAllowed' new ecf76994 Lint 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 ecf76994e942115465c530bd172b431276dc2053 Author: jcouteau <couteau@codelutin.com> Date: Tue May 12 10:04:22 2020 +0200 Lint Summary of changes: pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 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 ecf76994e942115465c530bd172b431276dc2053 Author: jcouteau <couteau@codelutin.com> Date: Tue May 12 10:04:22 2020 +0200 Lint --- pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html index 781a6bbc..bad8d44a 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html @@ -198,7 +198,7 @@ this.refresh = () => { if (this.poll && this.poll.questions[0] && this.poll.questions[0].canVote) { this.tempVoteValues = {}; - if(this.tags.votes) { + if (this.tags.votes) { //Store temporary vote values let refs = this.tags.votes.tags.editvote.refs; this.poll.questions[0].choices.forEach(choice => { @@ -222,7 +222,7 @@ this.poll.reloadVoteCountingTypeValue(this.poll.questions[0]).then(() => { this.update(); //Set back temporary stored values - if(this.tags.votes) { + if (this.tags.votes) { let refs = this.tags.votes.tags.editvote.refs; this.poll.questions[0].choices.forEach(choice => { let input = refs[choice.id + "_voteValue"]; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm