mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
added properties to user, repository and group store
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user