Page MenuHomePhabricator

D21185.diff
No OneTemporary

D21185.diff

diff --git a/src/applications/maniphest/controller/ManiphestReportController.php b/src/applications/maniphest/controller/ManiphestReportController.php
--- a/src/applications/maniphest/controller/ManiphestReportController.php
+++ b/src/applications/maniphest/controller/ManiphestReportController.php
@@ -398,15 +398,15 @@
->setProjects($projects)
->buildChartPanel();
- $chart_panel = $panel->setName(pht('Burnup Rate'));
+ $panel->setName(pht('Burnup Rate'));
$chart_view = id(new PhabricatorDashboardPanelRenderingEngine())
->setViewer($viewer)
- ->setPanel($chart_panel)
+ ->setPanel($panel)
->setParentPanelPHIDs(array())
->renderPanel();
- return array($filter, $chart_view, $panel);
+ return array($filter, $chart_view);
}
private function renderReportFilters(array $tokens, $has_window) {

File Metadata

Mime Type
text/plain
Expires
Mon, May 20, 2:47 AM (2 w, 1 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6296926
Default Alt Text
D21185.diff (872 B)

Event Timeline