Comment 1 for bug 506710

Revision history for this message
Lance Arthur (lance-arthur) wrote : Re: Author delete button not working

My bad.

This is due to the dialog that pops-up after hitting delete. The script calls an action document.forms[0].submit if you click yes, but that simply submits the form. The "Delete" action is linked to a button with a type="submit" but it's not a submit, so I'm not sure what to tell the script to execute when you verify you want to delete something. Anand, how does the delete button tell the form/site to delete the record, and how do I communicate that to the button on the pop-up?