* fix bug #19031.
This commit is contained in:
@@ -209,8 +209,12 @@
|
||||
<table class="table table-data">
|
||||
<tbody>
|
||||
<tr>
|
||||
<?php
|
||||
$method = 'view';
|
||||
if($this->config->vision == 'lite') $method = 'kanban';
|
||||
?>
|
||||
<th class='w-90px'><?php echo $lang->task->execution;?></th>
|
||||
<td><?php if(!common::printLink('execution', 'view', "executionID=$task->execution", $execution->name)) echo $execution->name;?></td>
|
||||
<td><?php if(!common::printLink('execution', $method, "executionID=$task->execution", $execution->name)) echo $execution->name;?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->task->module;?></th>
|
||||
|
||||
Reference in New Issue
Block a user