Skip to content

Commit

Permalink
Update documentation for $g_reassign_on_feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Apr 23, 2010
1 parent 4dd383f commit a969cbb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config_defaults_inc.php
Expand Up @@ -1858,8 +1858,10 @@
$g_bug_feedback_status = FEEDBACK;

/**
* Reassign (or set back to submit_status) an issue when a note is added
* by the issue reporter and the issue is in a feedback status.
* When a note is added to a bug currently in $g_bug_feedback_status, and the note
* author is the bug's reporter, this option will automatically set the bug status
* to $g_bug_submit_status or $g_bug_assigned_status if the bug is assigned to a
* developer. Defaults to enabled.
* @global boolean $g_reassign_on_feedback
*/
$g_reassign_on_feedback = ON;
Expand Down
11 changes: 11 additions & 0 deletions docbook/adminguide/en/configuration.sgml
Expand Up @@ -1852,6 +1852,17 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>$g_reassign_on_feedback</term>
<listitem>
<para>
When a note is added to a bug currently in $g_bug_feedback_status, and the note
author is the bug's reporter, this option will automatically set the bug status
to $g_bug_submit_status or $g_bug_assigned_status if the bug is assigned to a
developer. Defaults to enabled.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>$g_bug_reopen_resolution</term>
<listitem>
Expand Down

0 comments on commit a969cbb

Please sign in to comment.