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

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

index 800f1d6..9c781f9 100644 (file)
@@ -69,7 +69,7 @@
                             "header": "Person",
                             "width": 75,
                             "xtype": "ColumnModel",
-                            "|renderer": "function(v,x,r) { \n    return String.format('{0} <a href=\"mailto:{1}\">{1}</a>', v,r,data.person_id.email); \n}",
+                            "|renderer": "function(v,x,r) { \n    return String.format('{0} <a href=\"mailto:{1}\">{1}</a>', v,r.data.person_id.email); \n}",
                             "|xns": "Roo.grid"
                         },
                         {
index a0d6ffb..1eb8ae4 100644 (file)
@@ -155,7 +155,7 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({
                         header : 'Person',
                         width : 75,
                         renderer : function(v,x,r) { 
-                            return String.format('{0} <a href="mailto:{1}">{1}</a>', v,r,data.person_id.email); 
+                            return String.format('{0} <a href="mailto:{1}">{1}</a>', v,r.data.person_id.email); 
                         }
                     },
                     {