If a field is removed from a Feeds Importer, any corresponding Feeds Tamper plugins that were assigned to that field are left orphaned in the database.

If you then add the same field back to the importer, those plugins reappear.

Comments

twistor’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Assigned: Unassigned » twistor

Yup, this is definitely a bug.

Feeds doesn't provide us much in the way of tracking mapping additions/deletions.

It's not too big of a deal, since we filter the plugins by mapping source, so only plugins with a mapping get executed. That does leave a few extra rows in the db though.

twistor’s picture

Assigned: twistor » Unassigned
twistor’s picture

Assigned: Unassigned » twistor
Priority: Normal » Major
Issue summary: View changes

This also messes up Features exports. Grr.

Getting to it.

  • twistor committed c2dbfc4 on 7.x-1.x
    Issue #2053141 by m.stenta: Fixed Deleting a field from the importer...
twistor’s picture

Assigned: twistor » Unassigned
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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