Christopher Johnson (WMDE) has submitted this change and it was merged.
Change subject: changed default from user to project focus in BurndownList view
......................................................................
changed default from user to project focus in BurndownList view
Change-Id: I6ba54f991aef63ea567c5a4b5f1210d1143a6b6a
---
M src/BurndownListController.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Christopher Johnson (WMDE): Verified; Looks good to me, approved
diff --git a/src/BurndownListController.php b/src/BurndownListController.php
index e673e9e..e5cfb43 100644
--- a/src/BurndownListController.php
+++ b/src/BurndownListController.php
@@ -22,7 +22,7 @@
$nav->addLabel(pht('Burndown'));
$nav->addFilter('burn', pht('Burndown Rate'));
- $this->view = $nav->selectFilter($this->view, 'user');
+ $this->view = $nav->selectFilter($this->view, 'project');
// Load all projects with "Sprint" in the name.
--
To view, visit https://gerrit.wikimedia.org/r/165469
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6ba54f991aef63ea567c5a4b5f1210d1143a6b6a
Gerrit-PatchSet: 2
Gerrit-Project: phabricator/extensions/Sprint
Gerrit-Branch: master
Gerrit-Owner: Christopher Johnson (WMDE) <[email protected]>
Gerrit-Reviewer: Christopher Johnson (WMDE) <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits