branch develop updated (11cc94f -> 20c3049)
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 11cc94f Modification des termes du feminin au masculin car on avait remplacé question par projet new 20c3049 fixes #7899 use status 'In Progress' for the public projects list in home 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 20c3049a15a2b60ce8319d8a1d0c8614659358bf Author: Yannick Martel <martel@©odelutin.com> Date: Thu Jan 14 09:46:56 2016 +0100 fixes #7899 use status 'In Progress' for the public projects list in home 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 20c3049a15a2b60ce8319d8a1d0c8614659358bf Author: Yannick Martel <martel@©odelutin.com> Date: Thu Jan 14 09:46:56 2016 +0100 fixes #7899 use status 'In Progress' for the public projects list in home --- .../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 c63afb7..ac5df31 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 @@ -293,7 +293,7 @@ public class QuestionsWebService extends CoselmarWebServiceSupport { QuestionSearchExample searchOption = QuestionSearchExample.newDefaultSearchExample(); QuestionImpl example = new QuestionImpl(); example.setPrivacy(Privacy.PUBLIC); - example.setStatus(Status.OPEN); + example.setStatus(Status.IN_PROGRESS); searchOption.setExample(example); searchOption.setLimit(5); searchOption.setPage(1); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm