Skip to content
Snippets Groups Projects
Commit 71b09d36 authored by Bojan Živanović's avatar Bojan Živanović
Browse files

Expose the item result to views.

parent 61ff0312
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,14 @@ function advancedqueue_views_data() {
),
);
$data['advancedqueue']['result'] = array(
'title' => t('Result'),
'help' => t('The result of item processing.'),
'field' => array(
'handler' => 'views_handler_field_serialized',
),
);
$data['advancedqueue']['created'] = array(
'title' => t('Created date'),
'help' => t('The date the queued item was created.'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment