* Fix bug #31876.
This commit is contained in:
@@ -277,7 +277,7 @@
|
||||
<?php if($execution->deleted):?>
|
||||
<span class='label label-danger label-outline'><?php echo $lang->execution->deleted;?></span>
|
||||
<?php endif;?>
|
||||
<?php if(!empty($execution->lifetime)):?>
|
||||
<?php if(!empty($execution->lifetime) and $execution->type != 'kanban'):?>
|
||||
<span class="label label-primary label-outline"><?php echo zget($lang->execution->lifeTimeList, $execution->lifetime);?></span>
|
||||
<?php endif;?>
|
||||
<?php if(isset($execution->delay)):?>
|
||||
|
||||
Reference in New Issue
Block a user