Closed (fixed)
Project:
Drupal core
Component:
base system
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
16 Aug 2004 at 11:05 UTC
Updated:
6 Oct 2004 at 22:20 UTC
Jump to comment: Most recent file
Using latest from CVS, I cannot delete nodes from the admin/node page. The admin/node/delete/nid URL seems to be broken. I get a confirmation page, but the node persists despite my confirmation.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | node_delete_0.txt | 386 bytes | chx |
| #1 | node_delete.txt | 382 bytes | chx |
Comments
Comment #1
chx commentedI've found this very confusing. Confusing, yes, but after looking at node.module especially node_admin, not surprising at all. The results from the confirmation form is just not taken care of. So here's my proposal: redirect the result of the confirmation to /node/nid/delete. However, if you do not like this approach, I have written a few lines for node_admin which also fixes the problem.
Comment #2
chx commentedForgot about outgoing aliasing, now I use the url() function. Works nicely with i18n URL translation.
Comment #3
chx commentedFor some reason the issue system unassigned me from this. Sorry, just starting to issue my bugfixes.
Comment #4
dries commentedThis has been fixed two days ago.
Comment #5
(not verified) commented