Closed (works as designed)
Project:
Feeds Tamper
Version:
6.x-1.0-alpha3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
4 Nov 2010 at 23:47 UTC
Updated:
1 Feb 2011 at 04:21 UTC
Not sure whether there's any workaround, but I need a feed tamper to be present for 2 separate importers, which are best-suited to be part of different features. However, a feed tamper can only be a part of one features.
Seems odd to have to clone a tamper just to add it to two features, as it gets a little cluttered. But maybe this is just how features works, hey?
Comments
Comment #1
twistor commentedComment #2
twistor commentedChanged the design around a bit, plugin instances are now dependent on an importer, so they do have to be created per importer. I was trying to get away from this with my initial design, but that turned out to be too complex.