mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
Change simple template dashboard to "Open Tasks" instead of "All Tasks"
Summary: "All Tasks" is bad in the long run and not clearly better for new installs. Test Plan: Created a new smiple template, saw open tasks only. Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D16093
This commit is contained in:
parent
55a698a28a
commit
e6e4ddd03a
1 changed files with 2 additions and 2 deletions
|
@ -268,10 +268,10 @@ final class PhabricatorDashboardEditController
|
||||||
$request,
|
$request,
|
||||||
$viewer,
|
$viewer,
|
||||||
'query',
|
'query',
|
||||||
pht('Recent Tasks'),
|
pht('Open Tasks'),
|
||||||
array(
|
array(
|
||||||
'class' => 'ManiphestTaskSearchEngine',
|
'class' => 'ManiphestTaskSearchEngine',
|
||||||
'key' => 'all',
|
'key' => 'open',
|
||||||
));
|
));
|
||||||
$panel_phids[] = $task_panel->getPHID();
|
$panel_phids[] = $task_panel->getPHID();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue