* Fix the bug of has product waterfall project.

This commit is contained in:
hufangzhou
2023-02-23 01:55:24 +00:00
parent 0d0d6c15c1
commit 42ffe61dc4
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -345,7 +345,7 @@
</div>
</div>
<?php endif;?>
<?php if($execution->projectInfo->hasProduct or $execution->projectInfo->model == 'scrum'):?>
<?php if(!(strpos($execution->projectInfo->model, 'waterfall') !== false and (empty($execution->projectInfo->hasProduct) or in_array($execution->attribute, array('request', 'review'))))):?>
<div class="detail">
<div class="detail-title"><strong><?php echo $lang->execution->linkPlan;?></strong></div>
<div class="detail-content">