Index: branches/5.2.x/core/kernel/db/db_event_handler.php =================================================================== diff -u -N -r16027 -r16241 --- branches/5.2.x/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 16027) +++ branches/5.2.x/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 16241) @@ -1,6 +1,6 @@ Application->LinkVar('export_finish_t'); $this->Application->LinkVar('export_progress_t'); - $this->Application->StoreVar('export_oroginal_special', $event->Special); + $this->Application->StoreVar('export_special', $event->Special); + $this->Application->StoreVar('export_grid', $this->Application->GetVar('grid', 'Default')); - $export_helper = $this->Application->recallObject('CatItemExportHelper'); - - /*list ($index_file, $env) = explode('|', $this->Application->RecallVar('last_template')); - $finish_url = $this->Application->BaseURL('/admin') . $index_file . '?' . ENV_VAR_NAME . '=' . $env; - $this->Application->StoreVar('export_finish_url', $finish_url);*/ - $redirect_params = Array ( $this->Prefix . '.export_event' => 'OnNew', 'pass' => 'all,' . $this->Prefix . '.export'