This is an automated email from the git hooks/post-receive script. New commit to branch feature/refonte-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit d553060dae2a8194efbdd28725989a7ac326dc7e Author: jcouteau <couteau@codelutin.com> Date: Tue May 12 09:40:50 2020 +0200 fixes #333 - Cannot create poll : Unrecognized field 'choiceAddAllowed' --- pollen-ui-riot-js/src/main/web/tag/poll/Settings.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Settings.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Settings.tag.html index f1c149d4..bb650f52 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Settings.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Settings.tag.html @@ -435,7 +435,7 @@ import "../voteCountingType/MajorityJudgmentConfig.tag.html"; }; this.toggleChoiceAddAllowed = () => { - this.form.model.choiceAddAllowed = !this.form.model.choiceAddAllowed; + this.form.model.questions[0].choiceAddAllowed = !this.form.model.questions[0].choiceAddAllowed; this.update(); }; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.