branch feature/bug-on-save updated (a99c73f3 -> 7293307f)
This is an automated email from the git hooks/post-receive script. New change to branch feature/bug-on-save in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from a99c73f3 refs #248 add docker feature new 7293307f refs #248 correction conf artifact 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 7293307f49cfcf7b277a12a5f6e099bd73ac5d2e Author: dcosse <cosse@codelutin.com> Date: Tue Oct 8 10:42:24 2019 +0200 refs #248 correction conf artifact Summary of changes: .gitlab-ci.yml | 2 +- pollen-ui-riot-js/src/main/web/js/Message.js | 1 + 2 files changed, 2 insertions(+), 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 feature/bug-on-save in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 7293307f49cfcf7b277a12a5f6e099bd73ac5d2e 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>.
participants (1)
-
chorem.org scm