branch feature/multi-ui updated (a43dc5f5 -> 2cb71b93)
This is an automated email from the git hooks/post-receive script. New change to branch feature/multi-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from a43dc5f5 Add question title on vote page new 2cb71b93 Fix reloading poll permission bug 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 2cb71b93e7908d7395e3aed1bc65a3611f62771d Author: jcouteau <couteau@codelutin.com> Date: Tue Sep 3 15:40:07 2019 +0200 Fix reloading poll permission bug Summary of changes: pollen-ui-riot-js/src/main/web/js/PollForm.js | 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 feature/multi-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 2cb71b93e7908d7395e3aed1bc65a3611f62771d Author: jcouteau <couteau@codelutin.com> Date: Tue Sep 3 15:40:07 2019 +0200 Fix reloading poll permission bug --- 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 94b28277..897424b2 100644 --- a/pollen-ui-riot-js/src/main/web/js/PollForm.js +++ b/pollen-ui-riot-js/src/main/web/js/PollForm.js @@ -217,7 +217,7 @@ class PollForm { promises.push(voterListService.save()); } return Promise.all(promises) - .then(() => this.loadPoll(this.model.id, this.model.permissions)); + .then(() => this.loadPoll(this.model.id, this.model.permission)); } previousStep() { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm