Problem/Motivation

When using the iCal Date parser with feeds, and the node processor, using the Feed node: Node ID or Feed node: User ID sources results with a warning that the source(s) is not recognized and is therefore skipped.

However, the mapping still completes successfully since these two sources are defined by FeedsParser, which DateiCalFeedsParser extends.

Proposed resolution

Add the sources (Feed node: Node ID and Feed node: User ID) to the list of "known unknowns".

CommentFileSizeAuthor
#1 mapping_sources_from-2288563-1.patch755 bytest0xicCode
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

t0xicCode’s picture

Status: Active » Needs review
FileSize
755 bytes

Added the sources to the list of known unkowns. We're using it in production and it works perfectly.

dshields’s picture

Status: Needs review » Reviewed & tested by the community
t0xicCode’s picture

Assigned: t0xicCode » Unassigned

Ready for a maintainer to check and commit.

  • Commit 2fa5537 on 7.x-3.x authored by t0xicCode, committed by coredumperror:
    Issue #2288563: FeedsParser-defined mapping sources no longer raise...
coredumperror’s picture

Thanks for the patch! I figured that I might have missed some sources when I re-designed the parser to accommodate GeoField, so I'm glad you found them!

coredumperror’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.