Pman.Tab.AdminNotify.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 5 Jun 2012 04:15:04 +0000 (12:15 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 5 Jun 2012 04:15:04 +0000 (12:15 +0800)
Pman.Tab.AdminNotify.js

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

index 35808ef..1274319 100644 (file)
                             "header": "Who to notify",
                             "width": 200,
                             "xtype": "ColumnModel",
-                            "|renderer": "function(v,x,r) {\n     return String.format('{0} <u>&lt;{1}&lt;</u>', v, r.data.email); \n }",
+                            "|renderer": "function(v,x,r) {\n     return String.format('{0} <u>&lt;{1}&lt;</u>', v, r.data.person_id_email); \n }",
                             "|xns": "Roo.grid"
                         },
                         {
index cc5b12a..f4da27b 100644 (file)
@@ -294,7 +294,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                         header : 'Who to notify',
                         width : 200,
                         renderer : function(v,x,r) {
-                             return String.format('{0} <u>&lt;{1}&lt;</u>', v, r.data.email); 
+                             return String.format('{0} <u>&lt;{1}&lt;</u>', v, r.data.person_id_email); 
                          }
                     },
                     {