mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-26 01:09:10 +01:00
case insensitive sorting the of name column
This commit is contained in:
@@ -82,7 +82,8 @@ Sonia.repository.Grid = Ext.extend(Sonia.rest.Grid, {
|
||||
name: 'group',
|
||||
convert: this.convertToGroup
|
||||
},{
|
||||
name: 'name'
|
||||
name: 'name',
|
||||
sortType:'asUCString'
|
||||
},{
|
||||
name: 'type'
|
||||
},{
|
||||
|
||||
Reference in New Issue
Block a user