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";