* adjust for story field for custom.

This commit is contained in:
wangyidong
2017-12-20 16:10:34 +08:00
parent f0c123d2a8
commit b7ce9dc971
8 changed files with 32 additions and 10 deletions
-1
View File
@@ -217,7 +217,6 @@ tfoot tr td .table-actions .btn{display:none;}
<th class='w-date {sorter:false}'> <?php common::printOrderLink('openedDate', $orderBy, $vars, $lang->bug->openedDateAB);?></th>
<th class='w-user {sorter:false}'> <?php common::printOrderLink('resolvedBy', $orderBy, $vars, $lang->bug->resolvedByAB);?></th>
<th class='w-100px {sorter:false}'> <?php common::printOrderLink('resolvedDate', $orderBy, $vars, $lang->bug->resolvedDateAB);?></th>
<th class='w-50px {sorter:false}'> <?php echo $lang->actions?></th>
</tr>
</thead>
<?php foreach($generatedBugs as $bug):?>