summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-11-07 15:38:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-11-07 15:38:51 +0000
commit63866407f123f0f991c164d5e715e3fbbcdf53df (patch)
tree644c74c84a0174453e0aa5a71459f163b05289e4 /app/views
parent2ca9bb3cca0b43e4a3ee8da12d87baf957acbeab (diff)
downloadredmine-63866407f123f0f991c164d5e715e3fbbcdf53df.tar.gz
redmine-63866407f123f0f991c164d5e715e3fbbcdf53df.zip
Fixed: unchecking status filter on the issue list has no effect (#6844).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4387 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/queries/_filters.rhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/queries/_filters.rhtml b/app/views/queries/_filters.rhtml
index 20640eb8d..29f916eb7 100644
--- a/app/views/queries/_filters.rhtml
+++ b/app/views/queries/_filters.rhtml
@@ -114,3 +114,4 @@ Event.observe(document,"dom:loaded", apply_filters_observer);
</td>
</tr>
</table>
+<%= hidden_field_tag 'fields[]', '' %>