mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-26 09:19:12 +01:00
default value for active checkbox should be true
This commit is contained in:
@@ -106,7 +106,8 @@ Sonia.user.FormPanel = Ext.extend(Sonia.rest.FormPanel,{
|
||||
fieldLabel: this.activeText,
|
||||
name: 'active',
|
||||
xtype: 'checkbox',
|
||||
helpText: this.activeHelpText
|
||||
helpText: this.activeHelpText,
|
||||
checked: true
|
||||
});
|
||||
|
||||
Ext.apply(this, Ext.apply(this.initialConfig, {items: items}));
|
||||
|
||||
Reference in New Issue
Block a user