This is an automated email from the git hooks/post-receive script. New commit to branch hotfix/3.0.1 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit ca08eafda90b3a636d34e5e5065120908febeb76 Author: Kevin Morin <morin@codelutin.com> Date: Mon Oct 2 16:23:50 2017 +0200 réaffichage de la page après la connexion --- pollen-ui-riot-js/src/main/web/tag/SignIn.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/SignIn.tag.html b/pollen-ui-riot-js/src/main/web/tag/SignIn.tag.html index fa32e861..fd934a6c 100644 --- a/pollen-ui-riot-js/src/main/web/tag/SignIn.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/SignIn.tag.html @@ -125,7 +125,7 @@ require("./components/HumanInput.tag.html"); this.session.signIn(this.refs.login.value, this.refs.password.value) .then(() => { - this.openSignIn = false; + this.close(); this.update(); }, (response) => { response.text().then(error => { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.