mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
fix bug in Sonia.user.FormPanel
This commit is contained in:
@@ -124,7 +124,8 @@ Sonia.user.FormPanel = Ext.extend(Sonia.rest.FormPanel,{
|
||||
items: [{
|
||||
fieldLabel: 'Name',
|
||||
name: 'name',
|
||||
allowBlank: false
|
||||
allowBlank: false,
|
||||
readOnly: this.item != null
|
||||
},{
|
||||
fieldLabel: 'DisplayName',
|
||||
name: 'displayName',
|
||||
|
||||
Reference in New Issue
Block a user