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
$g_bug_view_page_fields and field names
Moderators: Developer, Contributor
-
jkpalmer52
- Posts: 78
- Joined: 23 Feb 2005, 17:29
- Location: US-Chicago area
Re: $g_bug_view_page_fields and field names
This option is not available with version 1.1.2jkpalmer52 wrote:v 1.1.2
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.
You have to update your installation to 1.2.x to use configuration option $g_bug_view_page_fields