added properties to user, repository and group store

This commit is contained in:
Sebastian Sdorra
2011-08-15 16:50:35 +02:00
parent 8dd7986e52
commit 3b2cbc9b03
3 changed files with 4 additions and 4 deletions

View File

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