+ Add mr 1.5 nav locate.
This commit is contained in:
@@ -2282,6 +2282,10 @@ class executionModel extends model
|
||||
{
|
||||
$link = helper::createLink('repo', 'review', "repoID=0&browseType=all&executionID=%s") . '#app=execution';
|
||||
}
|
||||
elseif($module == 'mr')
|
||||
{
|
||||
$link = helper::createLink('mr', 'browse', "repoID=0&mode=status¶m=opened&objectID=%s") . '#app=execution';
|
||||
}
|
||||
elseif($module == 'repo')
|
||||
{
|
||||
$link = helper::createLink('repo', 'browse', "repoID=0&branchID=&executionID=%s") . '#app=execution';
|
||||
|
||||
Reference in New Issue
Block a user