Pman.Tab.AdminNotifyRecur.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 25 Mar 2014 04:38:27 +0000 (12:38 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 25 Mar 2014 04:38:27 +0000 (12:38 +0800)
Pman.Tab.AdminNotifyRecur.js

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

index f9fc614..7ae5415 100644 (file)
                                             "items": [
                                                 {
                                                     "*prop": "proxy",
-                                                    "xtype": "HttpProxy",
                                                     "method": "GET",
-                                                    "|xns": "Roo.data",
-                                                    "|url": "baseURL + '/Roo/core_notify.php'"
+                                                    "xtype": "HttpProxy",
+                                                    "|url": "baseURL + '/Roo/core_notify_recur.php'",
+                                                    "|xns": "Roo.data"
                                                 },
                                                 {
                                                     "*prop": "reader",
index 37ba607..2d7915f 100644 (file)
@@ -107,7 +107,7 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({
                                     xtype: 'HttpProxy',
                                     xns: Roo.data,
                                     method : 'GET',
-                                    url : baseURL + '/Roo/core_notify.php'
+                                    url : baseURL + '/Roo/core_notify_recur.php'
                                 },
                                 reader : {
                                     xtype: 'JsonReader',