diff --git a/config_defaults_inc.php b/config_defaults_inc.php index afbf9431d0..89201f2157 100644 --- a/config_defaults_inc.php +++ b/config_defaults_inc.php @@ -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. diff --git a/docbook/administration_guide/en/configuration.sgml b/docbook/administration_guide/en/configuration.sgml index 26117c4ddd..a1ac168be2 100644 --- a/docbook/administration_guide/en/configuration.sgml +++ b/docbook/administration_guide/en/configuration.sgml @@ -2896,7 +2896,7 @@
Source Control Integration - Note that the script expects to be invoked with UTF-8 input. If you have a + 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. @@ -3189,9 +3189,10 @@ to view them. See BUG_FIELD_* in constant_inc.php for all possible values. - 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.