diff options
author | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-06-06 10:40:18 +0200 |
---|---|---|
committer | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-06-06 10:40:18 +0200 |
commit | 9fd857307079b57f515fa394cd8f0aefc64336e0 (patch) | |
tree | 2849d82ab0db1ec7a17d84044f92bed039cbe563 /Bugzilla/Config | |
parent | 99ad6a4e8674133c5bb8367d291eb1986c3cee8a (diff) | |
download | bugzilla-9fd857307079b57f515fa394cd8f0aefc64336e0.tar.gz bugzilla-9fd857307079b57f515fa394cd8f0aefc64336e0.tar.xz |
Bug 450301: What Simplify searching UI, initial improvements to the advanced search ui.
r=mkanat, a=mkanat
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/Query.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config/Query.pm b/Bugzilla/Config/Query.pm index 808a9a102..6d570e01a 100644 --- a/Bugzilla/Config/Query.pm +++ b/Bugzilla/Config/Query.pm @@ -64,7 +64,7 @@ sub get_param_list { { name => 'defaultquery', type => 't', - default => 'bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=Importance&long_desc_type=substring' + default => 'bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&emaillongdesc3=1&order=Importance&long_desc_type=substring' }, { |