* Adjust 1.5 navbar param.

This commit is contained in:
caoyanyi
2023-11-01 15:30:02 +08:00
parent c1d30c4479
commit faff0f9785
2 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ class executionModel extends model
$moduleName = $this->app->getModuleName();
$methodName = $this->app->getMethodName();
if($moduleName == 'repo' && $moduleName == 'mr')
if($moduleName == 'repo' || $moduleName == 'mr')
{
$repoPairs = $this->loadModel('repo')->getRepoPairs('execution', $executionID);