From 72012cdb14c78a55563a22eef8922e239a77715c Mon Sep 17 00:00:00 2001 From: Richard Date: Wed, 23 Apr 2014 10:29:21 +0200 Subject: [PATCH] Not using ng-options for filter operator dropdown. So that the actual values are passed in the post params instead of the angular ones. same as with the filter value dropdowns. --- public/templates/work_packages/query_filters.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/templates/work_packages/query_filters.html b/public/templates/work_packages/query_filters.html index 9e64ee4099..c376ff2c1a 100644 --- a/public/templates/work_packages/query_filters.html +++ b/public/templates/work_packages/query_filters.html @@ -41,10 +41,11 @@ class="select-small to-validate" id="operators-{{filter.name}}" name="op[{{filter.name}}]" - ng-options="operator[0] as I18n.t('js.' + operator[1]) for operator in operatorsAndLabelsByFilterType[filter.type]" ng-model="filter.operator" style="vertical-align: top;" ng-disabled="isLoading"> + +