* Finish task #77252.

This commit is contained in:
Yagami
2022-11-23 13:43:06 +08:00
parent d63eb75150
commit 49581d7ece
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -2288,6 +2288,7 @@ class project extends control
$this->view->unmodifiableBranches = $unmodifiableBranches;
$this->view->unmodifiableMainBranches = $unmodifiableMainBranches;
$this->view->branchGroups = $branchGroups;
$this->view->executions = $this->execution->getPairs($projectID);
$this->view->allBranches = $this->branch->getByProducts(array_keys($allProducts), 'ignoreNormal');
$this->view->allProducts = $allProducts;
+1 -1
View File
@@ -135,7 +135,7 @@
</div>
</div>
<?php if(!$project->division and count($linkedProducts) == 1):?>
<?php if(!$project->division and count($linkedProducts) == 1 and empty($executions)):?>
<?php js::set('noticeDivsion', $lang->project->noticeDivsion);?>
<?php js::set('divisionSwitchList', $lang->project->divisionSwitchList);?>
<script>