URL alias was not deleted after a node was deleted
bigheadfish - May 11, 2009 - 09:42
| Project: | Drupal |
| Version: | 6.11 |
| Component: | path.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
Multilingual site (English & French; default is English)
First create a page, set its URL path as indexE.html (internal path node/3)
Then clicking the "Translate" tab to enter French translation of the page content, set its URL path as indexF.html (internal path node/4)
Visit indexE.html, and delete this node. In DB's url_alias table, the record associates node/3 with indexE.html was deleted
Visit indexF.html, and delete this node. In DB's url_alias table, the record associates node/4 with indexF.html was not deleted
Is this a bug?
Thanks,

#1
Am I alone?
#2
Just tested with latest core 6.13 and only the core modules enabled and it worked correctly. Marking as won't fix since I cannot duplicate.