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 83c4f661705b352511098145a38b4db4be2d35e7 Author: Yannick Martel <martel@©odelutin.com> Date: Thu Jan 14 14:45:13 2016 +0100 remove status 'Open' from the advanced search on project --- coselmar-ui/src/main/webapp/views/questions/toolsPart.html | 1 - 1 file changed, 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/views/questions/toolsPart.html b/coselmar-ui/src/main/webapp/views/questions/toolsPart.html index 6a1c255..332c44a 100644 --- a/coselmar-ui/src/main/webapp/views/questions/toolsPart.html +++ b/coselmar-ui/src/main/webapp/views/questions/toolsPart.html @@ -90,7 +90,6 @@ <div class="col-md-2"> <select class="form-control" name="privacy" ng-model="searchOptions.status"> <option value=""></option> - <option value="OPEN">{{ 'OPEN' | translate }}</option> <option value="IN_PROGRESS">{{ 'IN_PROGRESS' | translate }}</option> <option value="CLOSED">{{ 'CLOSED' | translate }}</option> <option value="ADJOURNED">{{ 'ADJOURNED' | translate }}</option> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.