Closed (outdated)
Project:
Drupal core
Version:
6.x-dev
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2007 at 18:08 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent
As noted by Gabor in #193333 the taxonomy "reset to alphabetical" button uses the same url as the form, meaning the help texts are displayed - potentially misleading and confusing.
The delete button on the comment administration pages also does the same thing. However content_type delete (and node delete, revision delete and others) all use separate confirmation pages.
I think we should standardise on separate urls for those confirmation buttons - the help texts could be confusing, and these are quite critical administrative operations that should be standardised as much as possible.
| Comment | File | Size | Author |
|---|---|---|---|
| cotent_type_delete.png | 7.62 KB | catch | |
| confirm_help.png | 18.1 KB | catch |
Comments
Comment #1
gábor hojtsyThe taxonomy drag and drop patch actually introduced more confirm forms submitting on the same paths, not just this one.
Comment #2
catchThat's true: taxonomy/edit/term/2 delete button redirects to itself, has no confirm form, and still throws php errors. Bumping this to critical.
Comment #3
blackdog commentedThe patch in http://drupal.org/node/198865 takes care of the notices and errors on taxonomy deletion. Please correct me if I confuse things here.
Comment #4
catchno, not at all. back to normal.
Comment #5
catchComment #6
catchOK taxonomy delete issue from #3 is RTBC although the form still redirects to itself.
Comment multiple delete form just got fixed in #199510.
So unless there's others, it's primarily the taxonomy forms that need fixing now.
Comment #7
dpearcefl commentedIs this still a problem in current D6?
Comment #8
dpearcefl commented