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.
view bugs page resolution field
Moderators: Developer, Contributor
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=
One of these threads will help you:
http://forums.mantisbt.org/viewtopic.ph ... ug&start=0
or
http://forums.mantisbt.org/viewtopic.ph ... highlight=