* Fix assignTo.

This commit is contained in:
tianshujie98
2020-08-27 10:37:43 +08:00
parent 801efb0539
commit f0758c4634

View File

@@ -61,7 +61,7 @@
<td style="overflow:hidden"><?php echo $design->commit;?></td>
<td><?php echo $design->createdBy;?></td>
<td><?php echo substr($design->createdDate, 0, 11);?></td>
<td><?php echo $this->design->printAssignedHtml($design, $users);?></td>
<td class="text-center"><?php echo $this->design->printAssignedHtml($design, $users);?></td>
<td class='c-actions text-center'>
<?php
$vars = "design={$design->id}";