Skip to content

Commit

Permalink
Document ability to display status on bug_report_page.php
Browse files Browse the repository at this point in the history
Fix for issue #14678 omitted to amend the comment block in
config_defaults_inc.php as well as the documentation.

Fixes #17289
  • Loading branch information
dregad committed May 7, 2014
1 parent 0583937 commit abe0cd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
5 changes: 2 additions & 3 deletions config_defaults_inc.php
Expand Up @@ -2030,9 +2030,8 @@
* An array of the fields to show on the bug report page.
*
* The following fields can not be included:
* id, project, date_submitted, last_updated, status,
* resolution, tags, fixed_in_version, projection, eta,
* reporter.
* id, project, date_submitted, last_updated, tags, fixed_in_version,
* projection, eta, reporter.
*
* The following fields must be included:
* category_id, summary, description.
Expand Down
9 changes: 5 additions & 4 deletions docbook/administration_guide/en/configuration.sgml
Expand Up @@ -2896,7 +2896,7 @@

<section id="admin.config.sourcecontrol">
<title>Source Control Integration</title>
<para>Note that the script expects to be invoked with UTF-8 input. If you have a
<para>Note that the script expects to be invoked with UTF-8 input. If you have a
program which outputs text in a different encoding the results may be
incorrect.</para>

Expand Down Expand Up @@ -3189,9 +3189,10 @@
to view them. See BUG_FIELD_* in constant_inc.php for all possible values.
</para>
<para>
The following fields can not be included: BUG_FIELD_ID, BUG_FIELD_PROJECT,
BUG_FIELD_DATE_SUBMITTED, BUG_FIELD_LAST_UPDATED, BUG_FIELD_STATUS,
BUG_FIELD_RESOLUTION, BUG_FIELD_TAGS, BUG_FIELD_FIXED_IN_VERSION,
The following fields cannot be included:
BUG_FIELD_ID, BUG_FIELD_PROJECT,
BUG_FIELD_DATE_SUBMITTED, BUG_FIELD_LAST_UPDATED,
BUG_FIELD_TAGS, BUG_FIELD_FIXED_IN_VERSION,
BUG_FIELD_PROJECTION, BUG_FIELD_ETA, BUG_FIELD_REPORTER.
</para>
<para>
Expand Down

0 comments on commit abe0cd2

Please sign in to comment.