Include 'closed' in status filter on Search page by default

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
acoder2020
Posts: 106
Joined: 11 Jan 2024, 19:32

Include 'closed' in status filter on Search page by default

Post by acoder2020 »

I tried adding it to config.inc.php, but it's not recognized:

$g_view_all_bug_filter = array(
'show_status' => array( '0' => 'new', '1' => 'feedback', '2' => 'acknowledged', '3' => 'confirmed', '4' => 'assigned', '5' => 'resolved', '6' => 'closed' ), // Include all statuses
);
atrol
Site Admin
Posts: 8559
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Include 'closed' in status filter on Search page by default

Post by atrol »

Where did you find the option $g_view_all_bug_filter ?
I am not aware that such an option exists.
Please use Search before posting and read the Manual
Post Reply