Merge branch 'zentaopms_263_bug#29641' into 'master'
* Fix bug #29641. See merge request easycorp/zentaopms!6321
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<th><?php echo $lang->story->design;?></th>
|
||||
<?php endif;?>
|
||||
<th><?php echo $lang->story->case;?></th>
|
||||
<?php if($config->edition == 'max'):?>
|
||||
<?php if($config->edition == 'max' and helper::hasFeature('devops')):?>
|
||||
<th><?php echo $lang->story->repoCommit;?></th>
|
||||
<?php endif;?>
|
||||
<th><?php echo $lang->story->bug;?></th>
|
||||
@@ -94,7 +94,7 @@
|
||||
<?php echo html::a($this->createLink('testcase', 'view', "caseID=$caseID"), $case->title, '', "title='$case->title'") . '<br/>';?>
|
||||
<?php endforeach;?>
|
||||
</td>
|
||||
<?php if($config->edition == 'max'):?>
|
||||
<?php if($config->edition == 'max' and helper::hasFeature('devops')):?>
|
||||
<td>
|
||||
<?php foreach($story->revisions as $revision => $repoComment):?>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user