This is an automated email from the git hooks/post-receive script. New commit to branch feature/april in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit f0484fe4118bb84385361c49b7a20fe103a0c440 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>.