* when first load, make sure dev users at first.

* when a project selected, make sure members of this project at first.
This commit is contained in:
wangchunsheng
2012-12-18 12:28:45 +00:00
parent 9a4993d97d
commit e9f357731b
3 changed files with 53 additions and 18 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ userList = "<?php echo join(',', array_keys($users));?>".split(',');
</tr>
<tr>
<th class='rowhead'><nobr><?php echo $lang->bug->lblAssignedTo;?></nobr></th>
<td> <?php echo html::select('assignedTo', $users, $assignedTo, 'class=select-3');?></td>
<td><span id='assignedToBox'><?php echo html::select('assignedTo', $users, $assignedTo, 'class=select-3');?></span></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->bug->title;?></th>