Download & Extend

URL alias was not deleted after a node was deleted

Project:Drupal core
Version:6.11
Component:path.module
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

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,

Comments

#1

Am I alone?

#2

Status:active» closed (won't fix)

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.