* Finish task #5311.

This commit is contained in:
Yagami
2019-02-19 17:13:56 +08:00
parent 4092d82094
commit aec2573603
+1
View File
@@ -119,6 +119,7 @@
<?php
$withSearch = count($memberPairs) > 10;
$actionLink = $this->createLink('bug', 'batchAssignTo', "projectID={$project->id}&type=project");
echo html::select('assignedTo', $memberPairs, '', 'class="hidden"');
if($withSearch)
{