branch develop updated (5f014fa -> ce0bcf0)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See http://git.codelutin.com/faxtomail.git from 5f014fa [jgitflow-maven-plugin]Updating develop poms back to pre merge state new ce0bcf0 erreur de ligne d'inititalisation d'index fixes #7502 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 ce0bcf08c9e833b059c7f23851621b9a0037d4be Author: Kevin Morin <morin@codelutin.com> Date: Wed Sep 2 17:40:56 2015 +0200 erreur de ligne d'inititalisation d'index fixes #7502 Summary of changes: .../com/franciaflex/faxtomail/persistence/entities/StampTopiaDao.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See http://git.codelutin.com/faxtomail.git commit ce0bcf08c9e833b059c7f23851621b9a0037d4be Author: Kevin Morin <morin@codelutin.com> Date: Wed Sep 2 17:40:56 2015 +0200 erreur de ligne d'inititalisation d'index fixes #7502 --- .../com/franciaflex/faxtomail/persistence/entities/StampTopiaDao.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/entities/StampTopiaDao.java b/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/entities/StampTopiaDao.java index d4edde7..335ebb7 100644 --- a/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/entities/StampTopiaDao.java +++ b/faxtomail-persistence/src/main/java/com/franciaflex/faxtomail/persistence/entities/StampTopiaDao.java @@ -39,8 +39,8 @@ public class StampTopiaDao extends AbstractStampTopiaDao<Stamp> { query.append("WHERE :user IN ELEMENTS (S." + Stamp.PROPERTY_USERS + ") "); args.put("user", user); + int i = 0; for (FaxToMailUserGroup group : user.getUserGroups()) { - int i = 0; query.append("OR :group" + i + " IN ELEMENTS (S." + Stamp.PROPERTY_GROUPS + ") "); args.put("group" + i++, group); } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm