Pman.Tab.AdminLogEvents.bjs
authorEdward <edward@roojs.com>
Thu, 18 Dec 2014 04:24:59 +0000 (12:24 +0800)
committerEdward <edward@roojs.com>
Thu, 18 Dec 2014 04:24:59 +0000 (12:24 +0800)
Pman.Tab.AdminLogEvents.js

Pman.Tab.AdminLogEvents.bjs
Pman.Tab.AdminLogEvents.js

index c06af69..b70b38c 100644 (file)
                                                     "loadingText" : "Searching...",
                                                     "items" : [
                                                         {
-                                                            "| data" : "(function() { \n\n    if(typeof(uiConfig.events_person_table) == 'undefined' || !uiConfig.events_person_table.length){\n\n        return [];        \n    }\n\n    return uiConfig.events_person_table;\n    \n})()",
+                                                            "| data" : "(function() { \n\n    if(typeof(uiConfig.events_person_table) == 'undefined' || !uiConfig.events_person_table.length){\n\n        return [];        \n    }\n\n    return [['test'], ['test2']];\n    \n})()",
                                                             "xtype" : "SimpleStore",
                                                             "$ fields" : "[ 'value' ]",
                                                             "$ xns" : "Roo.data",
index 6f2bb74..4ca0448 100644 (file)
@@ -342,7 +342,7 @@ Pman.Tab.AdminLogEvents = new Roo.XComponent({
                                                     return [];        
                                                 }
                                             
-                                                return uiConfig.events_person_table;
+                                                return [['test'], ['test2']];
                                                 
                                             })(),
                                             xtype : 'SimpleStore',