Updated: Comment #3

Problem/Motivation

I'm using rules_autotag to assign taxonomy terms to imported feeds items. When I enhance my vocabulary I want to mark certain feeds items to be imported again on the next run.

Proposed resolution

Add a Rules action that resets the stored hash of the field item. That way the importer will consider the item as updated in the feed and overwrite the imported node on my site.

Remaining tasks

Patch reviews!

CommentFileSizeAuthor
#1 feeds-reset-hash-2146205-1.patch1.08 KBklausi
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

klausi’s picture

Patch attached.

Status: Needs review » Needs work

The last submitted patch, 1: feeds-reset-hash-2146205-1.patch, failed testing.

areke’s picture

Issue summary: View changes
klausi’s picture

Issue summary: View changes
Status: Needs work » Needs review

Those test fails are not related to this issue, so back to needs review.

twistor’s picture

Can this be done generically for all entities?

klausi’s picture

I think I tried that, but there were data type compatibility issues in Rules, I think I could not get the entity type to make this work. Feel free to try yourself though.