From f364d3a4f19af0407df43cb6b4776c16bb0bb0bd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 28 Sep 2011 15:24:53 +0800 Subject: [PATCH] Pman.Tab.AdminWatches.bjs Pman.Tab.AdminWatches.bjs Pman.Tab.AdminWatches.js Pman.Tab.AdminWatches.js --- Pman.Tab.AdminWatches.bjs | 2 +- Pman.Tab.AdminWatches.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.AdminWatches.bjs b/Pman.Tab.AdminWatches.bjs index c3cbf54..2c78d46 100644 --- a/Pman.Tab.AdminWatches.bjs +++ b/Pman.Tab.AdminWatches.bjs @@ -129,7 +129,7 @@ }, { "*prop": "colModel[]", - "dataIndex": "person_id", + "dataIndex": "person_id_name", "header": "Who get's notified", "width": 150, "xtype": "ColumnModel", diff --git a/Pman.Tab.AdminWatches.js b/Pman.Tab.AdminWatches.js index c5f69ed..8c6420c 100644 --- a/Pman.Tab.AdminWatches.js +++ b/Pman.Tab.AdminWatches.js @@ -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); } -- 2.39.2