branch develop updated (2ae6ffa -> f8c6153)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 2ae6ffa Fixes #6515 Merge branch 'feature/6515-restrected-access-on-document' into develop new f8c6153 fixes #6600 fix question parents update 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 f8c6153bee6404c8656cd6b0d7374294487c3a16 Author: Yannick Martel <martel@©odelutin.com> Date: Thu Feb 5 12:01:47 2015 +0100 fixes #6600 fix question parents update Summary of changes: .../main/java/fr/ifremer/coselmar/services/v1/QuestionsWebService.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 coselmar. See http://git.codelutin.com/coselmar.git commit f8c6153bee6404c8656cd6b0d7374294487c3a16 Author: Yannick Martel <martel@©odelutin.com> Date: Thu Feb 5 12:01:47 2015 +0100 fixes #6600 fix question parents update --- .../main/java/fr/ifremer/coselmar/services/v1/QuestionsWebService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/QuestionsWebService.java b/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/QuestionsWebService.java index f32c983..a8f6502 100644 --- a/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/QuestionsWebService.java +++ b/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/QuestionsWebService.java @@ -665,7 +665,7 @@ public class QuestionsWebService extends CoselmarWebServiceSupport { Set<QuestionBean> parents = question.getParents(); if (parents != null && !parents.isEmpty()) { Set<Question> questions = retrieveQuestions(parents); - + questionEntity.clearParents(); questionEntity.addAllParents(questions); } else if(inEdition) { -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm