If you have a simple content type (title and body) and both fields are required, the system still checks them before deletion. So when a user clicks on delete, the system will give an error saying "required fields are missing/not enough words/etc...".

I am not sure if this was designed into the system, but it seems kind of clunky and doesn't seem to give the expected result to the user. IMHO, the desired result would be, regardless of node content (blank or not), the user should see the "Do you really want to delete x" page. If the user clicks "cancel" the user should be redirected back to the original edit page.

Comments

alex.k’s picture

By the way going to node/{nid}/delete works, since it does not submit the edit form.

giorgosk’s picture

This is an awkward behavior indeed

bsherwood’s picture

Version: 6.4 » 7.x-dev
Issue tags: +Usability

Updating for latest release and giving appropriate tag

layik’s picture

Version: 7.x-dev » 6.12

It is the case here, too! has there been a fix? does it deserve a patch? thnx

bsherwood’s picture

Version: 6.12 » 7.x-dev

New features go into the development branch.

Emyr42’s picture

Is this really a new feature? Validating stuff we're about to get rid of is a bug!

giorgosk’s picture

Why isn't this a bug ?

Emyr42’s picture

Version: 7.x-dev » 6.x-dev
Category: task » bug
aren cambre’s picture

Version: 6.x-dev » 7.x-dev

This is a bug, but fix in 7.x first and backport.

sun’s picture

gpk’s picture