use collection instead of arrays

This commit is contained in:
Sebastian Sdorra
2010-12-27 17:41:58 +01:00
parent c1e1695e28
commit f1a3f8885c
8 changed files with 15 additions and 30 deletions

View File

@@ -59,7 +59,6 @@ Sonia.user.Grid = Ext.extend(Sonia.rest.Grid, {
var userStore = new Sonia.rest.JsonStore({
url: restUrl + 'users.json',
root: 'users',
fields: [ 'name', 'displayName', 'mail', 'admin', 'creationDate', 'lastLogin', 'type'],
sortInfo: {
field: 'name'