Revision deletion is not removing the tag from the database.
progga - August 4, 2009 - 16:16
| Project: | Revision tags |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
I created three revisions of a node and assigned three revision tags to them. Then I deleted one of the revisions. The revision tag listing page now rightly displays the remaining two revisions (since it relies on node_revision_list() ). But in the "revision_tags" table in the database, the deleted revision and the corresponding tag remains. I am using non-unique tags. Thanks.
