Closed (duplicate)
Project:
Drupal core
Version:
x.y.z
Component:
admin.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Nov 2005 at 12:55 UTC
Updated:
22 Nov 2005 at 02:50 UTC
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
Comment #1
jeremy commentedIt 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.
Comment #2
shouchen commentedSee also: http://drupal.org/node/35142
Comment #3
drewish commentedthis is pretty much a dup of #35142, lets try to keep it all in one place.
Comment #4
drewish commentedI've put a patch up at http://drupal.org/node/35142