fix: Moved attribute_tags in the CSV export to the includeContext flag instead of the toggle-able attributes

pull/2706/head
iglocska 2017-12-05 10:22:26 +01:00
parent 285fe47d5b
commit 8323071b7e
1 changed files with 1 additions and 1 deletions

View File

@ -2248,7 +2248,7 @@ class EventsController extends AppController {
}
}
$requested_attributes = array('uuid', 'event_id', 'category', 'type',
'value', 'comment', 'to_ids', 'timestamp', 'attribute_tag');
'value', 'comment', 'to_ids', 'timestamp');
$requested_obj_attributes = array('uuid', 'name', 'meta-category');
if (isset($this->params['url']['attributes'])) {
if (!isset($this->params['url']['obj_attributes'])) $requested_obj_attributes = array();