[ADMINUSER] Exec a user account change generates an error #60
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When making a user account change as admin, the platform returns errors :
The error is generated cause the execChangeAdmin method doesn't receive the user_login field of the form. It's caused by the field user_login is set as disabled in the form.
As admin, we can change the user login, so we can remove the disabled state on user_login form.
Issue fixed.
Pushed to master