Closed (outdated)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2010 at 19:19 UTC
Updated:
16 Jun 2016 at 21:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
claudiu.cristeaFound that Views data defined with
hook_views_data()can be altered withhook_views_data_alter(). So I intercepted this in feeds_fast_news module.Here's a patch against
DRUPAL-6--1.Comment #2
Anonymous (not verified) commentedThis is just the patch I was looking for. Worked as expected on my dev & live site. Thanks.
Comment #3
eelco_van_asperen commentedThanks a lot for this patch: solved a problem I was having with the fast feed table and creating a view that includes the name of the feed (i.e. Title of the Fast Feed node).
Comment #4
jonhattanIt works. There's a typo in the code:
btw I guess a general solution to make this relationship available to any feed using data processor is possible.
Comment #5
dave reidWe also no longer use CVS ID tags ($Id$) so those should be removed.
Comment #6
twistor commented