Pman.Tab.AdminNotify.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2012 06:14:29 +0000 (14:14 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2012 06:14:29 +0000 (14:14 +0800)
Pman.Tab.AdminNotify.js

Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js

index a38f897..9b6db92 100644 (file)
                                             "*prop": "store",
                                             "remoteSort": true,
                                             "xtype": "Store",
-                                            "|sortInfo": "{ direction : 'ASC', field: 'id' }",
+                                            "|sortInfo": "{ direction : 'ASC', field: 'person_id_name' }",
                                             "|xns": "Roo.data",
                                             "items": [
                                                 {
index c3b24c1..141b109 100644 (file)
@@ -273,7 +273,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                                     }
                                 },
                                 remoteSort : true,
-                                sortInfo : { direction : 'ASC', field: 'id' },
+                                sortInfo : { direction : 'ASC', field: 'person_id_name' },
                                 proxy : {
                                     xtype: 'HttpProxy',
                                     xns: Roo.data,