mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-06 11:16:28 +02:00
fix bug in user create form
This commit is contained in:
@@ -75,7 +75,7 @@ Ext.apply(Ext.form.VTypes, {
|
||||
// username validator
|
||||
|
||||
username: function(val){
|
||||
return name(val);
|
||||
return this.name(val);
|
||||
},
|
||||
|
||||
usernameText: 'The username is invalid.'
|
||||
|
||||
Reference in New Issue
Block a user