Disable alias.

This commit is contained in:
David Molineus
2016-10-06 11:50:00 +02:00
parent caa137e566
commit 45cee3bfb8

View File

@@ -46,9 +46,8 @@ class VectorCallbacks extends Callbacks
public function generateRow($row)
{
return sprintf(
'%s <span class="tl_gray">%s (%s)</span>',
'%s <span class="tl_gray">(%s)</span>',
$row['title'],
$row['alias'],
$this->getFormatter()->formatValue('type', $row['type'])
);
}