Skip to content

Commit 24a9063

Browse files
committedOct 22, 2011
Updated documentation to reflect changes after fix #13276
1 parent 7c34919 commit 24a9063

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed
 

‎docbook/adminguide/en/configuration.sgml

+3-13
Original file line numberDiff line numberDiff line change
@@ -745,15 +745,15 @@
745745
<term>$g_view_issues_page_columns</term>
746746
<listitem>
747747
<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>
748-
<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, 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>
749-
<para>By default the following columns are selected: selection, edit, priority, id, sponsorship_total, bugnotes_count, attachment, category_id, severity, status, last_updated, summary.</para>
748+
<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>
749+
<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>
750750
</listitem>
751751
</varlistentry>
752752
<varlistentry>
753753
<term>$g_print_issues_page_columns</term>
754754
<listitem>
755755
<para>This configuration option is used to select the columns to be included in the Print Issues page and in which order. See $g_view_issues_page_columns for more details about the supported fields.</para>
756-
<para>By default the following columns are selected: selection, priority, id, sponsorship_total, bugnotes_count, attachment, category_id, severity, status, last_updated, summary</para>
756+
<para>By default the following columns are selected: selection, priority, id, sponsorship_total, bugnotes_count, attachment_count, category_id, severity, status, last_updated, summary</para>
757757
</listitem>
758758
</varlistentry>
759759
<varlistentry>
@@ -787,16 +787,6 @@
787787
</para>
788788
</listitem>
789789
</varlistentry>
790-
<varlistentry>
791-
<term>$g_show_attachments_indicator</term>
792-
<listitem>
793-
<para>In view all bug page, show a clip icon next to bugs that has
794-
one or more attachments. The default value is OFF.
795-
The reason why this is defaulted to OFF is that it adds an extra
796-
query for every bug dispayed in the list.
797-
</para>
798-
</listitem>
799-
</varlistentry>
800790
<varlistentry>
801791
<term>$g_show_product_version</term>
802792
<listitem>

0 commit comments

Comments
 (0)
Please sign in to comment.