For some reason, some of my items have a status of @50@
How does this happen?
How can I prevent it?
Thank you,
Doug
Status of @50@
Moderators: Developer, Contributor
A status of 50 is the 'assigned' status.
Mantis will show the number (with @ symbols on either side) when it can't convert that number to an appropriate string.
Have you possibly changed either $g_status_enum_string or $s_status_enum_string?
It could be that you've edited one or both of these and removed that particular status. In this case Mantis would show @50@ whenever it finds an issue who's status is 'Assigned' (possibly issues that were still set on this value at the time of changing).
Hope this helps...
Mantis will show the number (with @ symbols on either side) when it can't convert that number to an appropriate string.
Have you possibly changed either $g_status_enum_string or $s_status_enum_string?
It could be that you've edited one or both of these and removed that particular status. In this case Mantis would show @50@ whenever it finds an issue who's status is 'Assigned' (possibly issues that were still set on this value at the time of changing).
Hope this helps...