Fix state column value.

This commit is contained in:
David Molineus
2017-10-10 16:07:16 +02:00
parent 6408796b56
commit 5a1ea75623
7 changed files with 7 additions and 7 deletions

View File

@@ -118,7 +118,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_layer'] = [
],
'toolkit' => [
'state_button' => [
'stateColumn' => ['active'],
'stateColumn' => 'active',
],
],
],