This is an automated email from the git hooks/post-receive script. New commit to branch hotfix/3.0.1 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit bf5ac4c41b46f1dedd53f9c33c46b4dc413cd99e Author: Kevin Morin <morin@codelutin.com> Date: Mon Oct 2 15:15:07 2017 +0200 fixes #156 I cannot edit my vote in a restricted poll --- pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html index fec772d8..14f693d0 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html @@ -87,7 +87,7 @@ require("../components/LazyLoad.tag.html"); </span> </div> </div> - <div class="footer separator-top" if="{loaded && poll.canVote}"> + <div class="footer separator-top" if="{loaded && (poll.canVote || voteInEdition)}"> <div class="current-voter-actions separator-right"> <div class="current-voter-buttons"> <button if={!voteInEdition} -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.