Closed (duplicate)
Project:
Community Tags
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2007 at 18:04 UTC
Updated:
4 Jul 2008 at 12:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
mr.andrey commentedNow the deleting seems to take off the article association with the tag (was probably cached before, my mistake).
However, when I add a tag that was previously removed, it shows up under article, but the article doesn't show up under that tag.
Strange. I don't think it's cache this time, any ideas?
Andrey.
Comment #2
cmb commentedI'm also seeing the same problem. A look at both taxonomy_node and category_node shows that nothing is being deleted.
Ben
Comment #3
cmb commentedFound the problem.
Looks like the query that generates the list of deleted tags isn't expanding the vid's correctly.
I've created a little patch that fixes that.
Ben
Comment #4
owahab commentedI can not reproduce this. Could someone confirm it exists or otherwise?
Comment #5
chrisroditis commentedI had the same problem too and the above patch seems to be working fine! I can now delete my own node terms and they are dissociated from the node. They are not deleted though, but I guess that's a feature not a bug!
Comment #6
geodaniel commentedIs this a duplicate of #175416: Removing a tag via "My Tags" list doesn't work, when I am the node author?