handle history events for repository, user and group items

This commit is contained in:
Sebastian Sdorra
2011-08-15 11:51:05 +02:00
parent 8763f0392d
commit 2b0f161d35
5 changed files with 32 additions and 6 deletions

View File

@@ -49,6 +49,7 @@ Sonia.user.Grid = Ext.extend(Sonia.rest.Grid, {
url: restUrl + 'users.json',
disableCaching: false
}),
id: 'name',
fields: [ 'name', 'displayName', 'mail', 'admin', 'creationDate', 'lastModified', 'type'],
sortInfo: {
field: 'name'