Fixed bug in TableListField::ajax_refresh

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@61613 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2008-08-27 04:58:08 +00:00
parent 417ab6400d
commit 556031ce34

View File

@ -987,7 +987,7 @@ JS
// pagination and filters are respected on template accessors
//$this->sourceItems();
$response = $this->renderWith($this->template);echo($response);die('here');
$response = $this->renderWith($this->template);
FormResponse::update_dom_id($this->id(), $response, 1);
FormResponse::set_non_ajax_content($response);
return FormResponse::respond();