* code for task #7600.

This commit is contained in:
z
2020-08-05 16:33:57 +08:00
parent e81a736150
commit ae84a5dc24
14 changed files with 131 additions and 24 deletions
+2
View File
@@ -73,6 +73,7 @@
<tbody>
<?php foreach($bugs as $bugID => $bug):?>
<?php
if(!empty($this->config->user->moreLink)) $this->config->moreLinks["assignedTos[$bugID]"] = $this->config->user->moreLink;
if(!$productID)
{
$product = $this->product->getByID($bug->product);
@@ -134,6 +135,7 @@
</td>
<?php foreach($extendFields as $extendField) echo "<td" . (($extendField->control == 'select' or $extendField->control == 'multi-select') ? " style='overflow:visible'" : '') . ">" . $this->loadModel('flow')->getFieldControl($extendField, $bug, $extendField->field . "[{$bugID}]") . "</td>";?>
</tr>
<?php if(isset($this->config->moreLinks["assignedTos[$bugID]"])) unset($this->config->moreLinks["assignedTos[$bugID]"]);?>
<?php endforeach;?>
</tbody>
<tfoot>