* Modify the judgment logic for linked the same multi-branch products.

This commit is contained in:
tianshujie
2023-10-12 08:44:26 +08:00
parent aa0669759f
commit 2baa06959c
6 changed files with 1 additions and 71 deletions
-2
View File
@@ -15,10 +15,8 @@ jsVar('+projectID', $projectID);
jsVar('copyProjectID', $copyProjectID);
jsVar('weekend', $config->execution->weekend);
jsVar('errorSameProducts', $lang->execution->errorSameProducts);
jsVar('errorSameBranches', $lang->execution->errorSameBranches);
jsVar('isStage', $isStage);
jsVar('copyExecutionID', $copyExecutionID);
jsVar('multiBranchProducts', $multiBranchProducts);
jsVar('executionID', isset($executionID) ? $executionID : 0);
$methodBox = null;