* code for task#964.
This commit is contained in:
@@ -1295,6 +1295,19 @@ class project extends control
|
||||
die(html::select('product', $products, '', 'class="select-3"'));
|
||||
}
|
||||
|
||||
/**
|
||||
* AJAX: get team members of the project.
|
||||
*
|
||||
* @param int $projectID
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function ajaxGetMembers($projectID)
|
||||
{
|
||||
$users = $this->project->getTeamMemberPairs($projectID);
|
||||
die(html::select('assignedTo', $users, ''));
|
||||
}
|
||||
|
||||
/**
|
||||
* When create a project, help the user.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user