Change WordPress user roles and capabilities › Forums › Bug Reports › Trouble updating "Administrator" role › Reply To: Trouble updating "Administrator" role
26/05/2019 at 14:34
#5727
Vladimir
Keymaster
Quick workaround:
open user-role-editor-pro/js/ure.js, go to line 552 and replace current:
if ( ure_data.do_not_revoke_from_admin ) {
with updated
if ( ure_data.do_not_revoke_from_admin==1 ) {