* Fix assignTo.
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
<td style="overflow:hidden"><?php echo $design->commit;?></td>
|
<td style="overflow:hidden"><?php echo $design->commit;?></td>
|
||||||
<td><?php echo $design->createdBy;?></td>
|
<td><?php echo $design->createdBy;?></td>
|
||||||
<td><?php echo substr($design->createdDate, 0, 11);?></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'>
|
<td class='c-actions text-center'>
|
||||||
<?php
|
<?php
|
||||||
$vars = "design={$design->id}";
|
$vars = "design={$design->id}";
|
||||||
|
|||||||
Reference in New Issue
Block a user