From f98476d7f5efdd9cd9b2660bbf8ce1d4bcbfbb08 Mon Sep 17 00:00:00 2001 From: Gustavo Adolfo Cruz Laura Date: Wed, 12 Jan 2011 15:59:25 +0000 Subject: [PATCH] related to the reset of tha cases list configuration in the cache builder --- workflow/engine/methods/setup/appCacheViewAjax.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/workflow/engine/methods/setup/appCacheViewAjax.php b/workflow/engine/methods/setup/appCacheViewAjax.php index 0e9a38377..3ac310e72 100755 --- a/workflow/engine/methods/setup/appCacheViewAjax.php +++ b/workflow/engine/methods/setup/appCacheViewAjax.php @@ -166,12 +166,6 @@ $conf->aConfig = $confParams; $conf->saveConfig('APP_CACHE_VIEW_ENGINE', '', '', ''); - // removing casesList configuration records. TODO: removing these lines that resets all the configurations records - $oCriteria = new Criteria(); - $oCriteria->add(ConfigurationPeer::CFG_UID,'casesList'); - ConfigurationPeer::doDelete($oCriteria); - // end of reset - $response = new StdClass(); $result->success = true; $result->msg = "Completed successfully";