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.
Custom view with custom status
Moderators: Developer, Contributor
Re: Custom view with custom status
From documentation
The array does not contain status values (for example there is no status "recent_mod") but names for the boxes.
You can change the ordering and visibility (0 or != 0) of the existing boxes with this setting.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.
The array does not contain status values (for example there is no status "recent_mod") but names for the boxes.