From 45cee3bfb820341d384b40072a6594427be6e276 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Thu, 6 Oct 2016 11:50:00 +0200 Subject: [PATCH] Disable alias. --- src/Netzmacht/Contao/Leaflet/Dca/VectorCallbacks.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Netzmacht/Contao/Leaflet/Dca/VectorCallbacks.php b/src/Netzmacht/Contao/Leaflet/Dca/VectorCallbacks.php index 8dd7c8a..c38b141 100644 --- a/src/Netzmacht/Contao/Leaflet/Dca/VectorCallbacks.php +++ b/src/Netzmacht/Contao/Leaflet/Dca/VectorCallbacks.php @@ -46,9 +46,8 @@ class VectorCallbacks extends Callbacks public function generateRow($row) { return sprintf( - '%s %s (%s)', + '%s (%s)', $row['title'], - $row['alias'], $this->getFormatter()->formatValue('type', $row['type']) ); }