branch develop updated (ed340ab1 -> 228dbf57)
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 ed340ab1 empécher l'alimentation auto de l'input robot par le navigateur (ref #110) new e02cb5da log trop verbeux new 228dbf57 fixes #117 les champs texte des choix se vident quand on quitte l'écran, qu'on revient dessus et qu'on modifie un choi The 2 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 228dbf577c7b25bec5c92b1aeab17869dd6abd5d Author: Kevin Morin <morin@codelutin.com> Date: Mon Aug 7 11:44:27 2017 +0200 fixes #117 les champs texte des choix se vident quand on quitte l'écran, qu'on revient dessus et qu'on modifie un choi commit e02cb5daab3f19eab6f7a01e6bc54aec5b6a6143 Author: Kevin Morin <morin@codelutin.com> Date: Fri Aug 4 13:41:09 2017 +0200 log trop verbeux Summary of changes: .../org/chorem/pollen/services/service/security/SecurityService.java | 4 ++-- pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -- 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 e02cb5daab3f19eab6f7a01e6bc54aec5b6a6143 Author: Kevin Morin <morin@codelutin.com> Date: Fri Aug 4 13:41:09 2017 +0200 log trop verbeux --- .../org/chorem/pollen/services/service/security/SecurityService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/SecurityService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/SecurityService.java index 6b42af94..6eaebb94 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/SecurityService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/SecurityService.java @@ -357,8 +357,8 @@ public class SecurityService extends PollenServiceSupport { Subject subject = getSubject(); - if (log.isInfoEnabled()) { - log.info("Check permission: " + permission); + if (log.isDebugEnabled()) { + log.debug("Check permission: " + permission); } return subject.isPermitted(permission); -- 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 228dbf577c7b25bec5c92b1aeab17869dd6abd5d Author: Kevin Morin <morin@codelutin.com> Date: Mon Aug 7 11:44:27 2017 +0200 fixes #117 les champs texte des choix se vident quand on quitte l'écran, qu'on revient dessus et qu'on modifie un choi --- pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html index 33fdb236..c8b0ca42 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Choice.tag.html @@ -143,7 +143,7 @@ require("../components/time-picker.tag.html"); }; this.onTextChange = (e) => { - this.valueText = e.value; + this.valueText = this.refs.choiceText.value; }; this.setImageType = () => { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm