Pman.Tab.AdminWatches.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 07:24:53 +0000 (15:24 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Sep 2011 07:24:53 +0000 (15:24 +0800)
Pman.Tab.AdminWatches.bjs
Pman.Tab.AdminWatches.js
Pman.Tab.AdminWatches.js

Pman.Tab.AdminWatches.bjs
Pman.Tab.AdminWatches.js

index c3cbf54..2c78d46 100644 (file)
                         },
                         {
                             "*prop": "colModel[]",
-                            "dataIndex": "person_id",
+                            "dataIndex": "person_id_name",
                             "header": "Who get's notified",
                             "width": 150,
                             "xtype": "ColumnModel",
index c5f69ed..8c6420c 100644 (file)
@@ -283,7 +283,7 @@ Pman.Tab.AdminWatches = new Roo.util.Observable({
                     {
                         xtype: 'ColumnModel',
                         xns: Roo.grid,
-                        dataIndex : 'person_id',
+                        dataIndex : 'person_id_name',
                         header : 'Who get\'s notified',
                         width : 150,
                         renderer : function(v) { return String.format('{0}', v); }