[ADMINUSER] Exec a user account change generates an error #60

Closed
opened 2021-04-06 16:17:55 +02:00 by Ghost · 4 comments

When making a user account change as admin, the platform returns errors :

[...]lib/object_coordination/adminuser/adminuser.php ERREUR de niveau 8 เ la ligne 838
PHP:Undefined index: user_login
Fichier : [...]lib/object_coordination/adminuser/adminuser.php ERREUR de niveau 8 เ la ligne 856
PHP:Undefined index: user_login
When making a user account change as admin, the platform returns errors : ``` [...]lib/object_coordination/adminuser/adminuser.php ERREUR de niveau 8 เ la ligne 838 PHP:Undefined index: user_login Fichier : [...]lib/object_coordination/adminuser/adminuser.php ERREUR de niveau 8 เ la ligne 856 PHP:Undefined index: user_login ```
Ghost added the
bug
master
labels 2021-04-06 16:17:55 +02:00
Author

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.

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.
Author

As admin, we can change the user login, so we can remove the disabled state on user_login form.

As admin, we can change the user login, so we can remove the disabled state on user_login form.
Author

Issue fixed.

Issue fixed.
Ghost added the
fixed
label 2021-04-06 17:05:24 +02:00
Ghost referenced this issue from a commit 2021-04-06 17:06:15 +02:00
Author

Pushed to master

Pushed to master
Ghost closed this issue 2021-04-06 17:06:32 +02:00
Sign in to join this conversation.
No description provided.