my_view_inc.php

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
massimo
Posts: 6
Joined: 02 Sep 2009, 15:27

my_view_inc.php

Post 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
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Re: my_view_inc.php

Post by deboutv »

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
massimo
Posts: 6
Joined: 02 Sep 2009, 15:27

Re: my_view_inc.php

Post 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.
Post Reply