From db558429b0643971b44d7c9b218e769c025982c2 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Fri, 27 Oct 2023 15:39:44 +0800 Subject: [PATCH] + Add load page url for execution page. --- module/execution/model.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/execution/model.php b/module/execution/model.php index a8b14a9950..6655b4fd8e 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -2268,6 +2268,10 @@ class executionModel extends model { $link = helper::createLink('execution', $module, "executionID=%s"); } + elseif($module == 'repo' && $method == 'review') + { + $link = helper::createLink('repo', 'review', "repoID=0&browseType=all&executionID=%s") . '#app=execution'; + } elseif($module == 'repo') { $link = helper::createLink('repo', 'browse', "repoID=0&branchID=&executionID=%s") . '#app=execution';