added ScmState

This commit is contained in:
Sebastian Sdorra
2010-09-06 14:34:04 +02:00
parent fe65284cc5
commit 45134a2964
8 changed files with 267 additions and 28 deletions

View File

@@ -18,7 +18,8 @@ Sonia.group.EditForm = new Ext.extend(Sonia.rest.EditForm, {
fieldLabel:'Name',
name:'name',
anchor: '100%',
allowBlank: false
allowBlank: false,
readOnly: this.data != null
},{
fieldLabel: 'Members',
xtype: 'fieldset',