|
745 | 745 | <term>$g_view_issues_page_columns</term>
|
746 | 746 | <listitem>
|
747 | 747 | <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> |
750 | 750 | </listitem>
|
751 | 751 | </varlistentry>
|
752 | 752 | <varlistentry>
|
753 | 753 | <term>$g_print_issues_page_columns</term>
|
754 | 754 | <listitem>
|
755 | 755 | <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> |
757 | 757 | </listitem>
|
758 | 758 | </varlistentry>
|
759 | 759 | <varlistentry>
|
|
787 | 787 | </para>
|
788 | 788 | </listitem>
|
789 | 789 | </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> |
800 | 790 | <varlistentry>
|
801 | 791 | <term>$g_show_product_version</term>
|
802 | 792 | <listitem>
|
|
0 commit comments