Can't delete authors with connected editions
Bug #506710 reported by
George
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Open Library |
In Progress
|
Medium
|
Anand Chitipothu |
Bug Description
Just tried to delete this record:
http://
Instead of deleting it, it appeared to SAVE it instead.
http://
Changed in openlibrary: | |
assignee: | nobody → Anand Chitipothu (anandology) |
milestone: | none → upstream-to-www |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in openlibrary: | |
milestone: | upstream-to-www → general-bucket |
summary: |
- Author delete button not working + Can't delete authors with connected editions |
To post a comment you must log in.
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?