branch develop updated (eb65c638 -> 0b2a29da)
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 eb65c638 refs #173 : Validation des emails sans token en base new 0b2a29da refs #173 : correction des tests 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 0b2a29dadc256dcb9919f1b51d387d6825b11012 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Jun 13 14:43:10 2018 +0200 refs #173 : correction des tests Summary of changes: .../main/java/org/chorem/pollen/services/service/FixturesService.java | 1 + 1 file changed, 1 insertion(+) -- 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 0b2a29dadc256dcb9919f1b51d387d6825b11012 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Jun 13 14:43:10 2018 +0200 refs #173 : correction des tests --- .../main/java/org/chorem/pollen/services/service/FixturesService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/FixturesService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/FixturesService.java index 68926fff..3055dc8b 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/FixturesService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/FixturesService.java @@ -102,6 +102,7 @@ public class FixturesService extends PollenServiceSupport { for (PollenUserEmailAddress emailAddress : user.getEmailAddresses()) { PollenUserEmailAddress createdEmailAddress = emailAddressDao.create(emailAddress); emailAddress.setTopiaId(createdEmailAddress.getTopiaId()); + emailAddress.setValidated(true); } securityService.setUserPassword(user, user.getPassword()); -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm