Pman.Tab.CoreOAuthClient.bjs
authorEdward <edward@roojs.com>
Wed, 25 Jun 2014 03:51:43 +0000 (11:51 +0800)
committerEdward <edward@roojs.com>
Wed, 25 Jun 2014 03:51:43 +0000 (11:51 +0800)
Pman.Tab.CoreOAuthClient.js

Pman.Tab.CoreOAuthClient.bjs
Pman.Tab.CoreOAuthClient.js

index 0ffaa9a..5ebf2ca 100644 (file)
@@ -55,7 +55,7 @@
                                             "*prop": "dataSource",
                                             "remoteSort": true,
                                             "xtype": "Store",
-                                            "|sortInfo": "{ field : 'poitem_linenumber', direction: 'ASC' }",
+                                            "|sortInfo": "{ field : 'client_id', direction: 'ASC' }",
                                             "|xns": "Roo.data",
                                             "items": [
                                                 {
index c4dcab7..e43a955 100644 (file)
@@ -84,7 +84,7 @@ Pman.Tab.CoreOAuthClient = new Roo.XComponent({
                                     }
                                 },
                                 remoteSort : true,
-                                sortInfo : { field : 'poitem_linenumber', direction: 'ASC' },
+                                sortInfo : { field : 'client_id', direction: 'ASC' },
                                 proxy : {
                                     xtype: 'HttpProxy',
                                     xns: Roo.data,