Closed (works as designed)
Project:
Content Construction Kit (CCK)
Version:
7.x-2.x-dev
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
10 Aug 2009 at 19:07 UTC
Updated:
8 Sep 2017 at 10:10 UTC
Jump to comment: Most recent
Comments
Comment #1
markus_petrux commentedThis is not a bug in CCK, but something related to how the node edit form works.
Try editing any non-CCK node, a page for example, leave the title empty (which is a required field), and then hit the delete button. You'll also get "Title field is required".
On the other hande, you can delete your nodes by directly invoking the path node/XX/delete.
If you have a lot of nodes to delete, you may want to write a small snippet like:
Comment #2
mahfiaz commentedIt is also true for the d7 devel version. Maybe cck should drop the check on deleting. On the other hand, such nodes should really not be created on the first hand.
Comment #3
yched commentedThis is how Form API validation works in D6. No way around this.
There's an ongoing effort to fix this in D7: #370537: Allow suppress of form errors (hack to make "more" buttons work properly), but this is not going to change in D6.
Comment #4
gpk commented#370537: Allow suppress of form errors (hack to make "more" buttons work properly) has landed and is now at "needs work" status for the addition of docs.
This issue will therefore probably be fixed by #216064: Entity form "Delete" button triggers server-side + HTML5 form validation; change "Delete" button to a link. Setting status back to active until this is confirmed.
Comment #5
karens commentedThis is not a CCK issue, all the code in question is core code. The issue queue is overflowing already, we don't need issues about fixing core bugs.
Comment #6
gpk commentedFair enough, marking as dupe of #216064: Entity form "Delete" button triggers server-side + HTML5 form validation; change "Delete" button to a link.
Comment #7
InesRg commentedHi everyone.
I have the same problem can you help me?
Thank you