Closed (fixed)
Project:
Community Tags
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2007 at 21:47 UTC
Updated:
1 Apr 2011 at 18:31 UTC
Problem:
When a node type is set to have its form display inline, and then the vocabulary is deleted, made non freetagging, or removed from the list of community tag vocabularies, a broken version of the inline form is still generated for nodes of the node type.
Cause:
The test in community_tags_nodeapi() op 'load' is only for the node type setting. This setting persists even if the relevant vocabulary is not available.
Proposed solution:
Ensure the node has a community tags vocabulary before enabling the form.
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| community_tags-inline.patch | 907 bytes | nedjo |
Comments
Comment #1
owahab commentedSorry about that but your patch now fails due to: Call to undefined function community_tags_for_node().
Comment #2
chaps2 commentedFixed in 6.x-1.x-beta4 onwards.