What is "feedback" status for

Get help from other users here.

Moderators: Developer, Contributor

What is "feedback" status for

Postby istvanb » Feb 29, 2012 7:34 am

I dont understand how the "feedback" status works. Can somebody explains it to me or point to document where I can read about that?
istvanb
 
Posts: 226
Joined: Aug 22, 2010 4:00 pm

Re: What is "feedback" status for

Postby atrol » Feb 29, 2012 9:23 am

Extract from config_defaults_inc.php
Code: Select all
/**
    * Status to assign to the bug when feedback is required from the issue reporter.
    * Once the reporter adds a note the status moves back from feedback to $g_bug_assigned_status
    * or $g_bug_submit_status.
    * @global int $g_bug_feedback_status
    */
   $g_bug_feedback_status = FEEDBACK;

   /**
    * 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;
Please use Search before posting and read the Manual
Use Mantis2Go to try MantisBT on Windows or to reproduce issues
atrol
 
Posts: 3639
Joined: Mar 26, 2008 4:37 pm
Location: Germany

Re: What is "feedback" status for

Postby istvanb » Feb 29, 2012 9:29 am

thx, I will try how it works.
istvanb
 
Posts: 226
Joined: Aug 22, 2010 4:00 pm


Return to Help

Who is online

Users browsing this forum: Bing [Bot] and 5 guests

cron