Dashboard: Respect original dashlet order
This commit is contained in:
parent
0cc06d6af9
commit
b63a956a38
|
@ -77,7 +77,7 @@ class Dashboard extends AbstractWidget
|
|||
foreach ($navigation as $dashboardPane) {
|
||||
/** @var DashboardPane $dashboardPane */
|
||||
$pane = new Pane($dashboardPane->getLabel());
|
||||
foreach ($dashboardPane->getDashlets() as $title => $url) {
|
||||
foreach ($dashboardPane->getDashlets(false) as $title => $url) {
|
||||
$pane->addDashlet($title, $url);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue