$g_bug_view_page_fields and field names
Posted: 09 Apr 2011, 14:25
v 1.1.2
A few questions -
Is there a list of the valid field names that I can use in setting my "$g_bug_view_page_fields array"?
If I want to show the Target Version and Fixed In Version, is all I need to do is add
'target_version',
'fixed_in_version',
to the array and then make sure that the array is in my config_inc.php?
Where can I find the default setting of the $g_bug_view_page_fields array? I could not find it in the config_defaults_inc.php file.
Is the following array close to the default ?
$g_bug_view_page_fields = array (
'id',
'project',
'category_id',
'view_state',
'date_submitted',
'last_updated',
'reporter',
'handler',
'priority',
'severity',
'reproducibility',
'status',
'resolution',
'projection',
'eta',
'summary',
'description',
'additional_info',
'steps_to_reproduce',
'tags',
'attachments',
'due_date',
);
TIA
A few questions -
Is there a list of the valid field names that I can use in setting my "$g_bug_view_page_fields array"?
If I want to show the Target Version and Fixed In Version, is all I need to do is add
'target_version',
'fixed_in_version',
to the array and then make sure that the array is in my config_inc.php?
Where can I find the default setting of the $g_bug_view_page_fields array? I could not find it in the config_defaults_inc.php file.
Is the following array close to the default ?
$g_bug_view_page_fields = array (
'id',
'project',
'category_id',
'view_state',
'date_submitted',
'last_updated',
'reporter',
'handler',
'priority',
'severity',
'reproducibility',
'status',
'resolution',
'projection',
'eta',
'summary',
'description',
'additional_info',
'steps_to_reproduce',
'tags',
'attachments',
'due_date',
);
TIA