Skip to content

Commit

Permalink
Web: It's not necessary anymore to set a key column
Browse files Browse the repository at this point in the history
refs #10246
  • Loading branch information
Johannes Meyer committed Sep 30, 2015
1 parent bbd6845 commit a2827e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/Icinga/Application/Web.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ private function hasAccessToSharedNavigationItem(& $config)
public function getSharedNavigation($type)
{
$config = Config::navigation($type === 'dashboard-pane' ? 'dashlet' : $type);
$config->getConfigObject()->setKeyColumn('name');

if ($type === 'dashboard-pane') {
$panes = array();
Expand Down

0 comments on commit a2827e0

Please sign in to comment.