* Code for multi task assignedTo.

This commit is contained in:
孙广明
2022-06-30 09:41:33 +08:00
parent 0f54a5a7cc
commit 793a4ec698
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
</td>
</tr>
<tr>
<th><?php echo empty($task->team) ? $lang->task->assign : $lang->task->transferTo;?></th>
<th><?php echo (!empty($task->team) and $task->mode == 'linear') ? $lang->task->transferTo : $lang->task->assign;?></th>
<td><?php echo html::select('assignedTo', $members, $task->nextBy, "class='form-control chosen'");?></td><td></td>
</tr>
<tr>