From 025c3a555a9662244e7766cbbdcd2246f603220a Mon Sep 17 00:00:00 2001 From: abijah Date: Mon, 10 Aug 2009 22:22:56 +0000 Subject: [PATCH] Added automatic grid reload, since the default grid load is inconsistent with the displayed settings. The solution here sucks, but at least it avoids the inconsistency. git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@518 97e9348a-65ac-dc4b-aefc-98561f571b83 --- views/accounts/collected.ctp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/accounts/collected.ctp b/views/accounts/collected.ctp index ce5d48a..898297e 100644 --- a/views/accounts/collected.ctp +++ b/views/accounts/collected.ctp @@ -15,7 +15,8 @@ echo '
' . "\n"; // Reset the form function resetForm() { -/* updateEntriesGrid(); */ + : 20090810; Hate to do this, but first data is wrong... */ ?> + setTimeout(updateEntriesGrid, 1000); } function onGridLoadComplete() {