This is an automated email from the git hooks/post-receive script. New commit to branch feature/multi-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit e3b41f98937f6c19353b2dad7269276246d4e972 Author: jcouteau <couteau@codelutin.com> Date: Mon Aug 19 12:00:38 2019 +0200 Multi question poll : - Participants --- 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 58f8162c..48fa8e3e 100644 --- a/pollen-ui-riot-js/src/main/web/js/PollForm.js +++ b/pollen-ui-riot-js/src/main/web/js/PollForm.js @@ -73,7 +73,7 @@ class PollForm { } else { steps = this.stepsNoMulti; } - if (this.model.pollType === "RESTRICTED") { + if (this.model.pollType === "RESTRICTED" && !steps.includes("voters")) { steps.push("voters"); } this.steps = steps; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.