Skip to content
Snippets Groups Projects
Commit 1137a2ed authored by bdragon's avatar bdragon Committed by Chris Leppanen
Browse files

Issue #1044874 by marek.trunkat, bdragon | seth.vincent: Fixed Debug message:...

Issue #1044874 by marek.trunkat, bdragon | seth.vincent: Fixed Debug message: missing handler: feeds_log() feed_nid() field.
parent 054a397a
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ function feeds_views_data() {
'title' => 'Importer id',
'help' => 'The id of an importer.',
'field' => array(
'handler' => 'feeds_views_handler_field',
'handler' => 'views_handler_field',
'click sortable' => TRUE,
),
'filter' => array(
......@@ -234,7 +234,7 @@ function feeds_views_data() {
'title' => 'Feed node id',
'help' => 'Contains the node id of a feed node if the feed\'s configuration is attached to a content type, otherwise contains 0.',
'field' => array(
'handler' => 'feeds_views_handler_field_numeric',
'handler' => 'views_handler_field_numeric',
'click sortable' => TRUE,
),
'filter' => array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment