This is an automated email from the git hooks/post-receive script. New commit to branch feature/bug-on-save in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 00185c56afaaa7d9257b09c1a7e2d81945ff519b Author: dcosse <cosse@codelutin.com> Date: Tue Oct 8 10:42:24 2019 +0200 refs #248 correction conf artifact --- .gitlab-ci.yml | 2 +- pollen-ui-riot-js/src/main/web/js/Message.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1643d72..4e3aa4a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -172,7 +172,7 @@ docker-feature: paths: - pollen-rest-api/target/pollen-rest-api-*.war - pollen-ui-riot-js/target/dist - - expire_in: 1 day + expire_in: 1 day name: "${CI_BUILD_REF_NAME}" script: - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.nuiton.org diff --git a/pollen-ui-riot-js/src/main/web/js/Message.js b/pollen-ui-riot-js/src/main/web/js/Message.js index 339ccbc6..556a8690 100644 --- a/pollen-ui-riot-js/src/main/web/js/Message.js +++ b/pollen-ui-riot-js/src/main/web/js/Message.js @@ -35,6 +35,7 @@ class Message { } else { this.content = Object.values(e).reduce((messages, messagesfield) => messages.concat(messagesfield), []); } + console.log(this.content); if (!this.timeout) { this.timeout = timeout; } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.