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 d00af65c22a2a962fa68201fdde5aa17f87d37b8 Author: jcouteau <couteau@codelutin.com> Date: Mon Aug 19 17:01:40 2019 +0200 Multi question poll : - Persistence de la description multi --- pollen-ui-riot-js/src/main/web/tag/poll/Description.tag.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Description.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Description.tag.html index ef257d72..ebdc283b 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Description.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Description.tag.html @@ -95,7 +95,7 @@ id="multi" tabindex="1" name="multi" - checked="{form.model.multi}" + checked="{form.multi}" disabled={opts.form.model.closed}/> <label class="c-label" for="multi">{_t.multiQuestion}</label> </div> @@ -113,10 +113,6 @@ this.form.model.creatorName = this.refs.name.value; this.form.model.creatorEmail = this.refs.email.value; this.form.multi = this.refs.multi.checked; - if (this.form.multi) { - //TODO ???? - this.form.model - } }; </script> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.