Web: It's not necessary anymore to set a key column

refs #10246
This commit is contained in:
Johannes Meyer 2015-09-30 11:47:22 +02:00
parent bbd68457ae
commit a2827e0dd9
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ class Web extends EmbeddedWeb
public function getSharedNavigation($type)
{
$config = Config::navigation($type === 'dashboard-pane' ? 'dashlet' : $type);
$config->getConfigObject()->setKeyColumn('name');
if ($type === 'dashboard-pane') {
$panes = array();