my_view_inc.php
Posted: 22 Sep 2009, 18:56
Is there any documentation on how to set the filter arrays in the file my_view_inc.php?
I need to modify the array for the assigned box not to show a certain list of statuses (or only show a certain list of statuses).
I tried setting
FILTER_PROPERTY_STATUS_ID => Array(
'0' => '10',
'1' => '20',
),
with the list I want to show in that box but none of my guessing worked.
Any suggestion?
Thanks
I need to modify the array for the assigned box not to show a certain list of statuses (or only show a certain list of statuses).
I tried setting
FILTER_PROPERTY_STATUS_ID => Array(
'0' => '10',
'1' => '20',
),
with the list I want to show in that box but none of my guessing worked.
Any suggestion?
Thanks