Skip to content

Commit 5cafc57

Browse files
committedMar 26, 2012
Fixed documentation typo for column names
The field name for additional information is additional_info rather than additional_information.
1 parent 5f1dba9 commit 5cafc57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎config_defaults_inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@
875875
* reproducibility, status, resolution, category_id, date_submitted, last_updated,
876876
* os, os_build, platform, version, fixed_in_version, target_version, view_state,
877877
* summary, sponsorship_total, due_date, description, steps_to_reproduce,
878-
* additional_information, attachment_count, bugnotes_count, selection, edit,
878+
* additional_info, attachment_count, bugnotes_count, selection, edit,
879879
* overdue
880880
*
881881
* @global array $g_view_issues_page_columns

‎docbook/Admin_Guide/en-US/Configuration.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@
802802
<term>$g_view_issues_page_columns</term>
803803
<listitem>
804804
<para>This configuration option is used to select the columns to be included in the View Issues page and in which order. If one of the column is not accessible to the logged in user, or corresponds to a disabled feature, then it will be automatically removed from the list at runtime. Hence, the same column list may show a different set of columns based on the logged in user, the currently selected project and enabled features (e.g. sponsorship_total is only shown if the sponsorship feature is enabled).</para>
805-
<para>The supported columns are: selection, edit, id, project_id, reporter_id, handler_id, priority, reproducibility, projection, eta, resolution, fixed_in_version, view_state, os, os_build, build (for product build), platform, version, date_submitted, attachment_count, category, sponsorship_total, severity, status, last_updated, summary, bugnotes_count, description, steps_to_reproduce, additional_information. As for custom fields they can be referenced by adding a 'custom_' to their name (e.g. xyz would be custom_xyz).</para>
805+
<para>The supported columns are: selection, edit, id, project_id, reporter_id, handler_id, priority, reproducibility, projection, eta, resolution, fixed_in_version, view_state, os, os_build, build (for product build), platform, version, date_submitted, attachment_count, category, sponsorship_total, severity, status, last_updated, summary, bugnotes_count, description, steps_to_reproduce, additional_info. As for custom fields they can be referenced by adding a 'custom_' to their name (e.g. xyz would be custom_xyz).</para>
806806
<para>By default the following columns are selected: selection, edit, priority, id, sponsorship_total, bugnotes_count, attachment_count, category_id, severity, status, last_updated, summary.</para>
807807
</listitem>
808808
</varlistentry>

0 commit comments

Comments
 (0)
Please sign in to comment.