Custom view with custom status

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
vigi

Custom view with custom status

Post by vigi »

Hi,
I added two custom status to Mantis using this how-to: http://www.mantisbt.org/manual/manual.c ... values.php but when I'm going to customize "My View" settings as shown here http://www.mantisbt.org/manual/manual.c ... ttings.php with my custom status, it doesn't work.

It shows me this error: "SYSTEM WARNING: array_merge() [function.array-merge]: Argument #1 is not an array"

Any ideas?

Thanks,
V.
atrol
Site Admin
Posts: 8575
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Custom view with custom status

Post by atrol »

From documentation
This is an array of values defining the order that the boxes to be shown. A box that is not to be shown can have its value set to 0.
You can change the ordering and visibility (0 or != 0) of the existing boxes with this setting.
The array does not contain status values (for example there is no status "recent_mod") but names for the boxes.
Please use Search before posting and read the Manual
vigi

Re: Custom view with custom status

Post by vigi »

Thanks for the info, atrol!
Post Reply