Page 1 of 1

my_view_inc.php

Posted: 22 Sep 2009, 18:56
by massimo
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

Re: my_view_inc.php

Posted: 23 Sep 2009, 07:08
by deboutv
You can follow my signature and install the MyView plugin and you will be able to do whatever you want ;)

Re: my_view_inc.php

Posted: 23 Sep 2009, 14:55
by massimo
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.