@@ -199,17 +199,13 class IssueQuery < Query | |||
|
199 | 199 | :type => :list_optional, :values => role_values |
|
200 | 200 | ) unless role_values.empty? |
|
201 | 201 | |
|
202 | if versions.any? | |
|
203 | 202 |
|
|
204 | 203 |
|
|
205 | 204 |
|
|
206 | end | |
|
207 | 205 | |
|
208 | if categories.any? | |
|
209 | 206 |
|
|
210 | 207 |
|
|
211 | 208 |
|
|
212 | end | |
|
213 | 209 | |
|
214 | 210 | add_available_filter "subject", :type => :text |
|
215 | 211 | add_available_filter "description", :type => :text |
General Comments 0
You need to be logged in to leave comments.
Login now