+ Add mr 1.5 nav locate.

This commit is contained in:
caoyanyi
2023-11-01 14:41:41 +08:00
parent a8b46fd46a
commit 09306de2e9
2 changed files with 8 additions and 3 deletions
+4
View File
@@ -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&param=opened&objectID=%s") . '#app=execution';
}
elseif($module == 'repo')
{
$link = helper::createLink('repo', 'browse', "repoID=0&branchID=&executionID=%s") . '#app=execution';