Tags not picked up on nodes tagged by FeedAPI Element Mapper
geodaniel - September 17, 2008 - 14:01
| Project: | Community Tags |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
When using FeedAPI and the FeedAPI Element Mapper to map tags from a feed to the node being created, those tags do not show up in the Community Tags block.

#1
Note that they do get added if I edit the node and save it without making any changes.
#2
also reporting same error but using FileFramework. Tags don't get propagated correctly when programmatically creating nodes. It appears to be failing at community_tags_taxonomy_node_save() or in the nodeapi hook when checking to see if $node->taxonomy['tags'] is available. Since the terms have already been processed, this no longer becomes applicable.