mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
added authentication demo
This commit is contained in:
@@ -109,7 +109,7 @@ var groupStore = new Ext.data.JsonStore({
|
||||
}
|
||||
});
|
||||
|
||||
groupStore.load();
|
||||
//groupStore.load();
|
||||
|
||||
Sonia.GroupGrid = Ext.extend(Ext.grid.GridPanel, {
|
||||
initComponent: function(){
|
||||
@@ -127,6 +127,8 @@ Sonia.GroupGrid = Ext.extend(Ext.grid.GridPanel, {
|
||||
}
|
||||
};
|
||||
|
||||
groupStore.load();
|
||||
|
||||
Ext.apply(this, Ext.apply(this.initialConfig, config));
|
||||
Sonia.GroupGrid.superclass.initComponent.apply(this, arguments);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user