Patch to add CCK field support to feedapi_inherit
dsnopek - October 24, 2009 - 15:53
| Project: | FeedAPI |
| Version: | 6.x-1.9-beta2 |
| Component: | Code feedapi_inherit |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
Attached is a simple patch which allows feed items to inherit shared CCK fields from the feed. It required changing the arguments of hook_feedapi_settings_form() to pass the node type, so that we can get only the CCK fields for the given node type. That means about 4 lines of changes to feedapi.module as well. The patch is against the 6.x-1.9-beta2 release.
It doesn't do much but it works!
| Attachment | Size |
|---|---|
| feedapi_inherit-cck.patch | 5.21 KB |
