branch develop updated (fa815e90 -> 5c96d6a1)
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 fa815e90 refs #108 handle keyboard navigation in the carousel new 5c96d6a1 ref #365 - Fix wrong values displayed for add choices begin and end date 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 5c96d6a131b4c7cc39eef94d5695f0b88430696c Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Thu Dec 2 12:00:26 2021 +0100 ref #365 - Fix wrong values displayed for add choices begin and end date 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 5c96d6a131b4c7cc39eef94d5695f0b88430696c Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Thu Dec 2 12:00:26 2021 +0100 ref #365 - Fix wrong values displayed for add choices begin and end date --- 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 7e5d10e0..d424125c 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 @@ -89,7 +89,7 @@ <p>{_t.dateAddChoices}</p> <p> {poll.endChoiceDate || poll.endDate ? _t.dateFrom : _t.dateFromNoEnd} - <span class="brand">{formatDate(poll.beginChoiceDate ? poll.beginChoiceDate : poll.beginDate)}</span> + <span class="brand">{formatDate(poll.questions[0].beginChoiceDate ? poll.questions[0].beginChoiceDate : poll.beginDate)}</span> </p> <p if={poll.questions[0].endChoiceDate || poll.endDate}> {_t.dateTo} -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm