what is verify stand for in my_view_boxex
Posted: 25 Jul 2025, 07:43
$g_my_view_boxes = array(
'assigned' => '1',
'unassigned' => '2',
'reported' => '3',
'resolved' => '4',
'recent_mod' => '5',
'monitored' => '6',
'feedback' => '0',
'[b]verify[/b]' => '0',
'my_comments' => '0'
);
when the issue is resolved and the resolution changes to fixed. The issue is still listed as this, waiting for confirmation.
'assigned' => '1',
'unassigned' => '2',
'reported' => '3',
'resolved' => '4',
'recent_mod' => '5',
'monitored' => '6',
'feedback' => '0',
'[b]verify[/b]' => '0',
'my_comments' => '0'
);
when the issue is resolved and the resolution changes to fixed. The issue is still listed as this, waiting for confirmation.