branch develop updated (a724add0 -> d8168236)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from a724add0 fixes #91 Impossible de récupérer un mot de passe new d8168236 fixes #94 Le flux RSS ne fonctionne pas si pas de permission (même si aucune permission n'est requise) 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 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) Summary of changes: pollen-ui-riot-js/src/main/web/tag/poll/Poll.tag.html | 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 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>.
participants (1)
-
chorem.org scm