1
0
Fork 0
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:
epriestley 2016-06-09 12:23:42 -07:00
parent 55a698a28a
commit e6e4ddd03a

View file

@ -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();