From ff44bd2419d936d73364bc54d725e318777438e4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 28 Sep 2011 16:35:46 +0800 Subject: [PATCH] Pman.Dialog.AdminWatch.bjs Pman.Dialog.AdminWatch.bjs Pman.Dialog.AdminWatch.js Pman.Dialog.AdminWatch.js --- Pman.Dialog.AdminWatch.bjs | 2 +- Pman.Dialog.AdminWatch.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Pman.Dialog.AdminWatch.bjs b/Pman.Dialog.AdminWatch.bjs index b8b9ef9..29e7903 100644 --- a/Pman.Dialog.AdminWatch.bjs +++ b/Pman.Dialog.AdminWatch.bjs @@ -229,7 +229,7 @@ "items": [ { "*prop": "store", - "|data": "", + "|data": "[ [ 'email' ], [ 'APPROVAL' ] ]", "xtype": "SimpleStore", "|fields": "[ 'val' ]", "|xns": "Roo.data" diff --git a/Pman.Dialog.AdminWatch.js b/Pman.Dialog.AdminWatch.js index 2838135..85b9d4a 100644 --- a/Pman.Dialog.AdminWatch.js +++ b/Pman.Dialog.AdminWatch.js @@ -502,6 +502,7 @@ Pman.Dialog.AdminWatch = { store : { xtype: 'SimpleStore', xns: Roo.data, + data : [ [ 'email' ], [ 'APPROVAL' ] ], fields : [ 'val' ] } }, -- 2.39.2