Skip to content

#3422053: Feeds Integration

Will Jackson requested to merge issue/simple_time_field-3422053:master into master

Overview

This pull request will add a FeedsTarget plugin for the Simple Time Field module, allowing integration with Feeds. Merging this code will allow field mappings with feed to map to Simple Time Field fields.

Drupal.org

Testing

  1. Install the Feeds module
  2. Add a new or edit any existing content type to add a Simple Time Field
  3. Create a new feed type, import using CSV, and map to the content type with the Simple Time Field
  4. Attempt to add field CSV source mappings to a Simple Time Field
  5. Verify that you can add CSV source mapping to the Simple Time Field field.
  6. Save the feed type, then create a new feed and test the the CSV document with data/headings configured with the feed type configuration.
  7. Import content and verify content saves as expected.

Deployment

  • drush cr;

Merge request reports