Display message when required fields are omitted in Feeds.

This commit is contained in:
Michael Stenta 2017-07-21 14:51:39 -04:00
parent 7a2734b91c
commit 0bcaf0673d
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ function farm_import_feeds_tamper_plugin($entity_type, $bundle, $source, $plugin
$description = 'Required field';
$settings = array(
'invert' => 0,
'log' => 0,
'log' => 1,
);
break;