branch develop updated (7417753 -> 83c4f66)
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 7417753 Affichage des virgules dans les ng-repeat des themes et mot clés new 83c4f66 remove status 'Open' from the advanced search on project 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 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 Summary of changes: coselmar-ui/src/main/webapp/views/questions/toolsPart.html | 1 - 1 file changed, 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 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>.
participants (1)
-
codelutin.com scm