Author: cfinck Date: Sat Dec 22 01:11:30 2007 New Revision: 31383
URL: http://svn.reactos.org/svn/reactos?rev=31383&view=rev Log: Add UNCONFIRMED to the list of preselected bug status values. Note that this also needs to be changed in the "data/params" file if Bugzilla is already installed.
See issue #2865 for more details.
Modified: trunk/web/reactos.org/htdocs/bugzilla/Bugzilla/Config/Query.pm
Modified: trunk/web/reactos.org/htdocs/bugzilla/Bugzilla/Config/Query.pm URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla/Bug... ============================================================================== --- trunk/web/reactos.org/htdocs/bugzilla/Bugzilla/Config/Query.pm (original) +++ trunk/web/reactos.org/htdocs/bugzilla/Bugzilla/Config/Query.pm Sat Dec 22 01:11:30 2007 @@ -64,7 +64,7 @@ { 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=UNCONFIRMED&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' },
{