branch develop updated (427e37e -> ec02aec)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia-2.x. See https://gitlab.nuiton.org/nuiton/topia-2.x.git from 427e37e refs #3902: Update libs new ec02aec Fixes event 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 ec02aece5c79e4dffbb26c1e803c5fa2f2e6ad7d Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Mar 17 10:04:27 2017 +0100 Fixes event Summary of changes: .../src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia-2.x. See https://gitlab.nuiton.org/nuiton/topia-2.x.git commit ec02aece5c79e4dffbb26c1e803c5fa2f2e6ad7d Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Mar 17 10:04:27 2017 +0100 Fixes event --- .../src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java b/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java index 748e481..b43f3ca 100644 --- a/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java +++ b/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaDAOImpl.java @@ -279,7 +279,7 @@ public class TopiaDAOImpl<E extends TopiaEntity> implements // save entity getSession().save(entity); - getContext().getFiresSupport().warnOnUpdateEntity(entity); + getContext().getFiresSupport().warnOnCreateEntity(entityAbstract); return entity; } catch (HibernateException eee) { throw new TopiaException(eee); -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm