branch develop updated (56343585 -> 98a9b275)
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 56343585 Hack to fix #332 : Really not clean, but working new 98a9b275 fixes #333 - Cannot create poll : Unrecognized field 'choiceAddAllowed' 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 98a9b275c61fa0f48dd6bf23f34698a288b48c5e Author: jcouteau <couteau@codelutin.com> Date: Tue May 12 09:40:50 2020 +0200 fixes #333 - Cannot create poll : Unrecognized field 'choiceAddAllowed' Summary of changes: pollen-ui-riot-js/src/main/web/tag/poll/Settings.tag.html | 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 98a9b275c61fa0f48dd6bf23f34698a288b48c5e 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>.
participants (1)
-
chorem.org scm