mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
417ab6400d
commit
556031ce34
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user