Adding ETA to View Issues Display
Posted: 02 Nov 2006, 09:03
Hi,
I have a question about the ETA field in Mantis 1.05.
I have gotten the ETA to display simply by adding the following line to the function:
custom_function_default_get_columns_to_view
of
$t_columns[] = 'eta';
It works fine in View Issues, but it always displays '10.'
I checked in the mantis_bug_table and surely enough every eta field is indeed '10'.
Is this a foreign key or am I missing something. When I update an eta field in the program the value in the View Issues is still 10.
2 Questions:
Am I missing something?
What am I missing?
I have a question about the ETA field in Mantis 1.05.
I have gotten the ETA to display simply by adding the following line to the function:
custom_function_default_get_columns_to_view
of
$t_columns[] = 'eta';
It works fine in View Issues, but it always displays '10.'
I checked in the mantis_bug_table and surely enough every eta field is indeed '10'.
Is this a foreign key or am I missing something. When I update an eta field in the program the value in the View Issues is still 10.
2 Questions:
Am I missing something?
What am I missing?