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
my_view_inc.php
Moderators: Developer, Contributor
Re: my_view_inc.php
You can follow my signature and install the MyView plugin and you will be able to do whatever you want 

Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Re: my_view_inc.php
No thanks. I tried once to install the plugin manager an it messed up completely my mantis. I had to reinstall Mantis from scratch (luckily the data in the database were still there).
I prefer instructions on how to modify the my_view_inc.php.
I forgot to tell that I have installed MantisBT 1.2.0rc1.
I prefer instructions on how to modify the my_view_inc.php.
I forgot to tell that I have installed MantisBT 1.2.0rc1.