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>.