forked from Snck3rs/contao-leaflet-maps
Disable alias.
This commit is contained in:
@@ -46,9 +46,8 @@ class VectorCallbacks extends Callbacks
|
|||||||
public function generateRow($row)
|
public function generateRow($row)
|
||||||
{
|
{
|
||||||
return sprintf(
|
return sprintf(
|
||||||
'%s <span class="tl_gray">%s (%s)</span>',
|
'%s <span class="tl_gray">(%s)</span>',
|
||||||
$row['title'],
|
$row['title'],
|
||||||
$row['alias'],
|
|
||||||
$this->getFormatter()->formatValue('type', $row['type'])
|
$this->getFormatter()->formatValue('type', $row['type'])
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user