Hi
I try to delete some content at administer->content. Selected them, choosed "Delete the selected posts" and pressed update button. Got the message "The update has been performed." but the Items are still there. Using the latest CVS download 15 Nov. at 12:00.

Thanks

Comments

jeremy’s picture

It appears that when creating a form with confirm_form(), the appropriate _validate() and _execute() functions are never called. For example, if you call confirm_form('test_confirm_form', ...), test_confirm_form_validate() and test_confirm_form_execute will not be called.

Specifically in the node module, node_multiple_delete_form_execute() is never called and so the selected nodes are not deleted.

shouchen’s picture

drewish’s picture

Status: Active » Closed (duplicate)

this is pretty much a dup of #35142, lets try to keep it all in one place.

drewish’s picture

I've put a patch up at http://drupal.org/node/35142