This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit d81682367a1b4914760ab996a5ab4f29ede34d05 Author: Kevin Morin <morin@codelutin.com> Date: Thu Aug 3 16:49:40 2017 +0200 fixes #94 Le flux RSS ne fonctionne pas si pas de permission (même si aucune permission n'est requise) --- pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html index b1cea547..0e240cdd 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html @@ -14,7 +14,7 @@ require("./Report.tag.html"); <QrCodeButton if="{poll.pollType === 'FREE'}" class="not-printable" value="{window.location.origin}{window.location.pathname}#poll/{poll.id}/vote" title="{__.qrcode}"/> - <a href="{session.configuration.endPoint}/v1/polls/{poll.id}/feed?permission={poll.permission}" + <a href="{session.configuration.endPoint}/v1/polls/{poll.id}/feed?{poll.permission ? 'permission=' + poll.permission : ''}" class="c-button c-button--info not-printable" title="{__.rss}"> <i class="fa fa-rss" aria-hidden="true"></i> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.