what is verify stand for in my_view_boxex

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
amphetamine
Posts: 122
Joined: 05 Jun 2019, 00:17

what is verify stand for in my_view_boxex

Post by amphetamine »

$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.
atrol
Site Admin
Posts: 8531
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: what is verify stand for in my_view_boxex

Post by atrol »

Check the filter settings you get when clicking the header of this box.
The link goes to the "View Issues" page and shows the same filter that is used to populate the box.
Looks like a better wording for this box is "Awaiting Feedback reported by Me"
Please use Search before posting and read the Manual
Post Reply