mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
Minor, fix Maniphest defualt user selection.
This commit is contained in:
parent
d7bb686a47
commit
93152a9719
1 changed files with 3 additions and 1 deletions
|
@ -85,7 +85,9 @@ class ManiphestTaskListController extends ManiphestController {
|
|||
list($grouping, $group_control) = $this->renderGroupLinks();
|
||||
list($order, $order_control) = $this->renderOrderLinks();
|
||||
|
||||
$user_phids = $request->getStrList('users');
|
||||
$user_phids = $request->getStrList(
|
||||
'users',
|
||||
array($user->getPHID()));
|
||||
$project_phids = $request->getStrList('projects');
|
||||
$exclude_project_phids = $request->getStrList('xprojects');
|
||||
$task_ids = $request->getStrList('tasks');
|
||||
|
|
Loading…
Reference in a new issue