my view page

Get help from other users here.

Moderators: Developer, Contributor

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

my view page

Post by massimo »

Hi,
probaly this question has been already asked several times but if I write "My View" or "My view page" in the search of this forum it returns no results and an error message that the terms are too common. So it is impossible to search in the forum for the topic I am looking for.

My problem is:
In the "my View" page I woudl like to have the boxes showing only the status I set for.
These are my status:
$g_status_enum_string = '10:new,20:assigned,30:WIP,40:inTest,50:Tested,90:closed';

And this is the definition of the "my view" page.
$g_my_view_boxes = array (
'assigned' => '1',
'WIP' => '2',
'inTest' => '3',
'Tested' => '4');

What I would like is to see in the WIP box only the WIP status, in the "inTest" box only the bugs that have status "inTest".
Now it shows in the WIP, inTest and Tested boxes the same results: in all boxes I see the WIP, inTest and Tested bugs and this is quite unuseful.

How can I configure Mantis to have a more "normal" visualization? I searched the documentation and I found only the definition of the g_my_view_boxes array.

Thank you
Massimo
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Re: my view page

Post by deboutv »

Hi,

You can try my MyView plugin (which allow you to build your own boxes with much more than a bug list). Follow my signature ;)
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
mateusz.janczewski
Posts: 2
Joined: 27 Jan 2015, 13:56

Re: my view page

Post by mateusz.janczewski »

Do you have MyView plugin ready for Mantis 1.2.X?
Reivaj
Posts: 27
Joined: 11 Nov 2014, 16:48

Re: my view page

Post by Reivaj »

mateusz.janczewski wrote:Do you have MyView plugin ready for Mantis 1.2.X?


+1
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Re: my view page

Post by deboutv »

No I don't.
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
Post Reply