Posted by miner on November 7, 2007 at 10:23am
1 follower
| Project: | Community Tags |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
The community tags don't get updated when I submit a post with category via Blogapi: 'All tags' still shows 'None' in 'View' while the post has been set categories.
Blogapi module uses 'node_save' function to save node. So it seems that community_tags doesn't update when 'node_save' is called.
Does someone know how to let it update?