* Adjust the logic of the assigned to.

This commit is contained in:
hufangzhou
2020-11-03 17:26:51 +08:00
parent 4ea37d68a2
commit a13f8cd4c0
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
<tr>
<th class='w-90px'><?php echo $lang->task->assignedTo;?></th>
<td class='w-p25-f'>
<?php echo html::select('assignedTo', $members, $this->app->user->account, "class='form-control chosen'");?>
<?php echo html::select('assignedTo', $members, $assignedTo, "class='form-control chosen'");?>
</td>
<td></td>
</tr>