mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +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: [{
|
items: [{
|
||||||
fieldLabel: 'Name',
|
fieldLabel: 'Name',
|
||||||
name: 'name',
|
name: 'name',
|
||||||
allowBlank: false
|
allowBlank: false,
|
||||||
|
readOnly: this.item != null
|
||||||
},{
|
},{
|
||||||
fieldLabel: 'DisplayName',
|
fieldLabel: 'DisplayName',
|
||||||
name: 'displayName',
|
name: 'displayName',
|
||||||
|
|||||||
Reference in New Issue
Block a user