Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15360919
D21185.id50449.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
872 B
Referenced Files
None
Subscribers
None
D21185.id50449.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 12, 11:04 AM (11 h, 33 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7312404
Default Alt Text
D21185.id50449.diff (872 B)
Attached To
Mode
D21185: Fix an issue where the Maniphest burnup chart was trying to render a non-View object
Attached
Detach File
Event Timeline
Log In to Comment