adding a node's own term to itself deletes the term
joachim - November 23, 2007 - 17:29
| Project: | Node Auto Term [NAT] |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I created a vocab, linked it to a node type, and started creating nodes.
If I associate a node with the term that matches it, that term gets deleted from the taxonomy list (in the admin page, or shown in the node edit form). However, it still shows at the foot of the node that has the term. Clicking on the link makes the browser go into a 'loading....' state for a long time before giving this PHP error:
Fatal error: Maximum execution time of 60 seconds exceeded in D:\xampp\htdocs\drupal-cvs-nat\includes\database.mysql.inc on line 153

#1
see also: http://drupal.org/node/155411
#2
I am experiencing this issue as well.
#3
Subscribing
#4
This should no longer be possible.
-K
#5
Automatically closed -- issue fixed for 2 weeks with no activity.
#6
Sorry to reopen, but I had this issue in the beta, upgraded to 6.x-1.x-dev, and it still seems to be happening.
I'm using some form validation in a custom module to stop editors classifying nat nodes with their nat categories.
#7
Just hit this bug - when saving a node tagged with it's own term, the term gets deleted and the script hangs.