* Fixed issues with replication teams.

This commit is contained in:
tianshujie98
2021-08-12 14:27:22 +08:00
parent 9632af71fe
commit 82a684cccb
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class execution extends control
$this->loadModel('project');
$this->executions = $this->execution->getPairs(0, 'all', 'nocode');
if(!in_array($this->methodName, array('computeburn', 'ajaxgetdropmenu', 'executionkanban')) and $this->app->openApp == 'execution')
if(!in_array($this->methodName, array('computeburn', 'ajaxgetdropmenu', 'executionkanban', 'ajaxgetteammembers')) and $this->app->openApp == 'execution')
{
if(!$this->executions and $this->methodName != 'index' and $this->methodName != 'create' and $this->app->getViewType() != 'mhtml') $this->locate($this->createLink('execution', 'create'));
}
+1 -1
View File
@@ -53,7 +53,7 @@ $(function()
});
})
$('#teams').change();
if(copyExecutionID != 0) $('#teams').change();
});
function showLifeTimeTips()
+1
View File
@@ -36,6 +36,7 @@
<?php js::set('errorSameProducts', $lang->execution->errorSameProducts);?>
<?php js::set('productID', empty($productID) ? 0 : $productID);?>
<?php js::set('isStage', false);?>
<?php js::set('copyExecutionID', $copyExecutionID);?>
<div id='mainContent' class='main-content'>
<div class='center-block'>
<div class='main-header'>