* Fix bug #12440.
This commit is contained in:
@@ -1178,6 +1178,10 @@ class executionModel extends model
|
||||
{
|
||||
$link = helper::createLink($module, $method, "productID=0&branch=0&extra=executionID=%s");
|
||||
}
|
||||
elseif($module == 'bug' and $method == 'view')
|
||||
{
|
||||
$link = helper::createLink('execution', 'bug', "executionID=%s");
|
||||
}
|
||||
else
|
||||
{
|
||||
$link = helper::createLink($module, $method, "executionID=%s");
|
||||
|
||||
Reference in New Issue
Block a user