Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
user system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2007 at 07:56 UTC
Updated:
10 Nov 2010 at 14:00 UTC
I feel that upon clicking "Delete role" a confirmation is required, either in form of a checkbox "Click here to delete role" that needs to be checked or in form of a confirmation page "Are you sure you want to delete this role" > Yes/No.
Comments
Comment #1
wmostrey commentedGoing to be fixed with the new hook_delete
Comment #2
owen barton commentedHook_delete happened but was rolled back, so I am pretty sure this behavior is still what you get. Considering that this single action could (on some sites) remove all information on who paid for enhanced membership (for example) I think this is definitely deserving of a confirmation!
Comment #3
wmostrey commentedAgreed, this should definitely get in.
Comment #4
wmostrey commentedThis was fixed in beta1: "Are you sure you want to delete the role $role?".