mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
added Sonia.rest.JsonStore
This commit is contained in:
@@ -98,7 +98,7 @@ var groupSelModel = new Ext.grid.RowSelectionModel({
|
||||
singleSelect: true
|
||||
});
|
||||
|
||||
var groupStore = new Ext.data.JsonStore({
|
||||
var groupStore = new Sonia.rest.JsonStore({
|
||||
url: restUrl + 'groups.json',
|
||||
root: 'groups',
|
||||
fields: [
|
||||
|
||||
Reference in New Issue
Block a user