This is an automated email from the git hooks/post-receive script. New commit to branch feature/210-rgpd in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 09b85cf45f01da345e196944f2babc5a92b9961d Author: jcouteau <couteau@codelutin.com> Date: Fri Sep 21 16:25:42 2018 +0200 Quick permissions fix --- pollen-ui-riot-js/src/main/web/tag/poll/Participants.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Participants.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Participants.tag.html index f77381f8..3f1206ba 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Participants.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Participants.tag.html @@ -27,7 +27,7 @@ <div if="{poll.participantsIsVisible}" class="participants-body" > <div class="actions-right"> <a class="c-button c-button--info" - href="{parent.session.configuration.endPoint}/v1/polls/{poll.id}/participants/exports" + href="{parent.session.configuration.endPoint}/v1/polls/{poll.id}/participants/exports?{poll.permission ? 'permission=' + poll.permission : ''}" target="_blank" title={_t.download_title}> <i class="fa fa-download"></i> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.