* finish the task #609.
This commit is contained in:
@@ -210,9 +210,10 @@ class bugModel extends model
|
||||
public function resolve($bugID)
|
||||
{
|
||||
$now = helper::now();
|
||||
$oldBug = $this->getById($bugID);
|
||||
$storyID = 0;
|
||||
if($this->post->resolution == 'tostory')
|
||||
{
|
||||
$oldBug = $this->getById($bugID);
|
||||
$story->product = $oldBug->product;
|
||||
$story->module = $oldBug->module;
|
||||
$story->source = 'bug';
|
||||
|
||||
Reference in New Issue
Block a user