Fix to the download as... -> CSV export

- incorrect parameter passed blocked CSVs from being exported when non IDS worthy attributes were meant to be included
pull/893/head
Iglocska 2016-01-28 13:58:35 +01:00
parent 7b3d2af8c4
commit 9580583b8a
1 changed files with 1 additions and 1 deletions

View File

@ -2949,7 +2949,7 @@ class EventsController extends AppController {
'checkbox' => false,
),
'csv' => array(
'url' => '/events/csv/download/' . $id . '/1',
'url' => '/events/csv/download/' . $id,
'text' => 'CSV',
'requiresPublished' => true,
'checkbox' => true,