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

Pman.Tab.AdminNotifyRecur.bjs
Pman.Tab.AdminNotifyRecur.js

index 175c593..800f1d6 100644 (file)
@@ -31,9 +31,9 @@
                     "items": [
                         {
                             "*prop": "dataSource",
-                            "xtype": "Store",
                             "remoteSort": true,
-                            "|sortInfo": "{ field : 'tz', direction: 'ASC' }",
+                            "xtype": "Store",
+                            "|sortInfo": "{ field : 'person_id_name', direction: 'ASC' }",
                             "|xns": "Roo.data",
                             "items": [
                                 {
index d0c6616..a0d6ffb 100644 (file)
@@ -57,7 +57,7 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({
                     xtype: 'Store',
                     xns: Roo.data,
                     remoteSort : true,
-                    sortInfo : { field : 'tz', direction: 'ASC' },
+                    sortInfo : { field : 'person_id_name', direction: 'ASC' },
                     proxy : {
                         xtype: 'HttpProxy',
                         xns: Roo.data,