Pman.Dialog.MailTemplateList.bjs
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 06:25:48 +0000 (14:25 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 06:25:48 +0000 (14:25 +0800)
Pman.Dialog.MailTemplateList.js

Pman.Dialog.MailTemplateList.bjs
Pman.Dialog.MailTemplateList.js

index 1c037b8..bdf5778 100644 (file)
@@ -83,7 +83,7 @@
                                 },
                                 {
                                     "*prop": "colModel[]",
-                                    "dataIndex": "publication",
+                                    "dataIndex": "name",
                                     "header": "Publication Lists",
                                     "width": 200,
                                     "xtype": "ColumnModel",
index 7975f88..f3ddead 100644 (file)
@@ -235,7 +235,7 @@ Pman.Dialog.MailTemplateList = {
                             {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,
-                                dataIndex : 'publication',
+                                dataIndex : 'name',
                                 header : 'Publication Lists',
                                 width : 200,
                                 renderer : function(v) { return String.format('{0}', v); }