Fix username's in the Edit User screen. Fixes bug # 11950
This commit is contained in:
parent
1de231b7d7
commit
5c4066413c
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
7.10.5
|
||||
- fixed #11950: Username set to 0 when edit user
|
||||
|
||||
7.10.4
|
||||
- Added WebGUI::Fork api
|
||||
|
|
|
|||
|
|
@ -645,7 +645,7 @@ sub www_editUser {
|
|||
$tabform->getTab("account")->text(
|
||||
-name=>"username",
|
||||
-label=>$i18n->get(50),
|
||||
-value=>$username
|
||||
-value=>$username,
|
||||
-extras=>'autocomplete="off"',
|
||||
);
|
||||
my %status;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue