Pman.Tab.AdminContactsGroupRight.bjs
authorChris <chris@roojs.com>
Thu, 13 Sep 2012 05:31:44 +0000 (13:31 +0800)
committerChris <chris@roojs.com>
Thu, 13 Sep 2012 05:31:44 +0000 (13:31 +0800)
Pman.Tab.AdminContactsGroupRight.js

Pman.Tab.AdminContactsGroupRight.bjs
Pman.Tab.AdminContactsGroupRight.js

index 65c5944..011a059 100644 (file)
@@ -40,7 +40,7 @@
                             "*prop": "dataSource",
                             "remoteSort": true,
                             "xtype": "Store",
-                            "|sortInfo": "{ field : 'name', direction: 'ASC' }",
+                            "|sortInfo": "{ field : 'id', direction: 'ASC' }",
                             "|xns": "Roo.data",
                             "items": [
                                 {
index b716316..674174c 100644 (file)
@@ -132,7 +132,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                         }
                     },
                     remoteSort : true,
-                    sortInfo : { field : 'name', direction: 'ASC' },
+                    sortInfo : { field : 'id', direction: 'ASC' },
                     proxy : {
                         xtype: 'HttpProxy',
                         xns: Roo.data,