My View boxes - feedback, verify
Posted: 23 May 2017, 10:34
Hello,
I have shown new boxes on My View using this code:
My question is - how do I get tickets to boxes FEEDBACK and VERIFY? What conditions apply to these statuses?
Thanks
Tom
I have shown new boxes on My View using this code:
Code: Select all
$g_my_view_boxes = array(
'assigned' => '5',
'unassigned' => '5',
'reported' => '5',
'resolved' => '5',
'recent_mod' => '5',
'monitored' => '5',
'feedback' => '5',
'verify' => '5',
'my_comments' => '5'
);Thanks
Tom