branch feature/210-rgpd updated (0e09b8c2 -> de085948)
This is an automated email from the git hooks/post-receive script. New change to branch feature/210-rgpd in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 0e09b8c2 refs #210 : RGPD features : - Add rgpd checkbox for unlogged users on vote edition page new de085948 refs #210 : RGPD features : fix linter errors 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 de0859487d2a2f1969be5c9b4f76536b9f357221 Author: jcouteau <couteau@codelutin.com> Date: Wed Sep 12 10:24:41 2018 +0200 refs #210 : RGPD features : fix linter errors Summary of changes: .../src/main/java/org/chorem/pollen/services/job/RGPDPurgeJob.java | 4 ++++ pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 pollen-services/src/main/java/org/chorem/pollen/services/job/RGPDPurgeJob.java -- 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 feature/210-rgpd in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit de0859487d2a2f1969be5c9b4f76536b9f357221 Author: jcouteau <couteau@codelutin.com> Date: Wed Sep 12 10:24:41 2018 +0200 refs #210 : RGPD features : fix linter errors --- .../src/main/java/org/chorem/pollen/services/job/RGPDPurgeJob.java | 4 ++++ pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/job/RGPDPurgeJob.java b/pollen-services/src/main/java/org/chorem/pollen/services/job/RGPDPurgeJob.java new file mode 100644 index 00000000..189122b3 --- /dev/null +++ b/pollen-services/src/main/java/org/chorem/pollen/services/job/RGPDPurgeJob.java @@ -0,0 +1,4 @@ +package org.chorem.pollen.services.job; + +public class RGPDPurgeJob { +} diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html index f014543f..ca6c685a 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html @@ -298,7 +298,7 @@ if (session.isConnected()) { this.rgpdAccepted = true; } else { - let input = this.refs["rgpdCheckbox"]; + let input = this.refs.rgpdCheckbox; if (!input) { this.rgpdAccepted = false; } else { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm