view bugs page resolution field

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
bduclos
Posts: 2
Joined: 11 Jan 2006, 08:16

view bugs page resolution field

Post by bduclos »

Hi,

I have a problem with resolution field in the view bugs page. I have overload the page custom_functions_inc.php to add a custom field who works fine but the resolution field of resolution column show me a number instead of the string corresponding to the resolution attribut. It works fine for filters and seek but we must acknowledge that it is not practical for us. Number value of resolution is not revelance for comprehension.

Thanks a lot for your helps.
atomoid
Posts: 108
Joined: 18 Aug 2005, 00:46
Location: santa cruz, ca

Post by atomoid »

I had the same problem. Whats going on is that the code was never written to properly enumerate the pointer to your variable, so you have to write it yourself. which can be done fairly easily by cloning an existing function.
One of these threads will help you:
http://forums.mantisbt.org/viewtopic.ph ... ug&start=0
or
http://forums.mantisbt.org/viewtopic.ph ... highlight=
Post Reply