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 fafda2b683e5f4a2ffd2df7c2470b2567856ac77 Author: jcouteau <couteau@codelutin.com> Date: Thu Nov 26 16:52:22 2020 +0100 :bug: refs #357 : Force un rafraichissement des votes après rechargement du type. --- pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html index 8f7d260e..65da479d 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html @@ -205,6 +205,7 @@ this.pollTypeSelect = poll2.questions[0].voteCountingTypeValue && poll2.questions[0].voteCountingTypeValue.renderType === "select"; this.pollTypeCoombs = poll2.questions[0].voteCountingType && poll2.questions[0].voteCountingType === 7; this.pollTypeNumber = !this.pollTypeSelect && !this.pollTypeCheckbox; + this.update(); }); } else { this.pollTypeCheckbox = poll2.questions[0].voteCountingTypeValue && poll2.questions[0].voteCountingTypeValue.renderType === "checkbox"; @@ -219,8 +220,6 @@ } this.onVoteChanged(); this.update(); - - }; this.listen("poll", this.onPollChange); -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.