* Finish task #77252.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user