Closed (works as designed)
Project:
Delete all
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2008 at 16:42 UTC
Updated:
13 Aug 2009 at 15:24 UTC
I got paranoid and backed up the user table before deleting all, just in case the admin and 0 user got deleted. Probably worth noting that those two users will not be affected.
thanks,
m
Comments
Comment #1
Matopos commentedI am populating a Drupal installation with some 15,000 nodes pre-formatted by other software. Errors in the data are corrected via that software -- at this stage. Hence it is convenient to re-import corrected nodes, or any nodes, and have them overwrite those already loaded with the same alias (permanently determined outside Drupal).
There is currently no such overwrite option.
For this reason I am using the Delete All function. Having imported nodes, and wanting to re-import them under present circumstances, clearly those already there need to be deleted.
Experimenting with both the Quick option and the Normal option the re-import was rejected with the path being indicated as already in use. On listing content, there are no posts. The issue may be due to the fact that I used the Quick option first and only later used the Normal option -- after having received the path in use error.
Comment #2
vacilando commentedYep. Seems like path aliases don't get deleted when deleting nodes by content type.
Is there some manual procedure we can use to clear all aliases for a content type before this issue is fixed in the module? Thanks.
Comment #3
kbahey commentedQuick mode has the restrictions that you mentioned: namely, it just deletes the node data, nothing else that any other modules have created.
So, this is by desgin. Use normal if you have complex nodes and/or modules.