* finish task #2758.

This commit is contained in:
chenfeiCF
2016-11-21 10:03:59 +08:00
parent 21c11b9edb
commit 1cf66e4b78
5 changed files with 78 additions and 17 deletions
+1
View File
@@ -755,6 +755,7 @@ class bug extends control
}
}
if($type == 'product') die(js::locate($this->createLink('bug', 'browse', "productID=$projectID")));
if($type == 'my') die(js::locate($this->createLink('my', 'bug')));
die(js::locate($this->createLink('project', 'bug', "projectID=$projectID")));
}