View Issue Details

IDProjectCategoryView StatusLast Update
0019891mantisbtbugtrackerpublic2015-07-10 15:36
ReporterKyle_Katarn Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Summary0019891: When a note is inserted on a "Feedback" issue, it should switch to "acknoledged" not "assigned"
Description

When a note is inserted on a "Feedback" issue, it should switch to "acknoledged" not "assigned"

TagsNo tags attached.

Activities

atrol

atrol

2015-06-28 09:12

developer   ~0050989

According documentation it should be implemented the following way:
/**

  • 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
    */

Do you see another behavior than the documented one?
If so, it's a bug.

If not, you can disable it by adding the following line to config_inc.php
$g_reassign_on_feedback = OFF;

I think the current rule is quite good for typical use cases. Setting to "acknowledged" whenever a reporter adds a note to an assigned issue is certainly most of the time not what you want.

Do you agree that I can close this issue?

Kyle_Katarn

Kyle_Katarn

2015-06-28 12:44

reporter   ~0050991

I agree and $g_reassign_on_feedback = OFF; is exactly what i'm looking for.