$g_bug_view_page_fields and field names

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
jkpalmer52
Posts: 78
Joined: 23 Feb 2005, 17:29
Location: US-Chicago area

$g_bug_view_page_fields and field names

Post by jkpalmer52 »

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
atrol
Site Admin
Posts: 8542
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: $g_bug_view_page_fields and field names

Post by atrol »

jkpalmer52 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.
This option is not available with version 1.1.2
You have to update your installation to 1.2.x to use configuration option $g_bug_view_page_fields
Please use Search before posting and read the Manual
Post Reply