mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
Compare commits
2 Commits
bdefd141ec
...
734090af68
Author | SHA1 | Date | |
---|---|---|---|
|
734090af68 | ||
|
379fda091b |
@ -197,7 +197,7 @@ class HTTPBulkToolsResponse extends HTTPResponse
|
|||||||
*/
|
*/
|
||||||
public function addSuccessRecords(SS_List $records)
|
public function addSuccessRecords(SS_List $records)
|
||||||
{
|
{
|
||||||
array_push($this->successRecords, $records->toArray());
|
$this->successRecords = array_merge($this->successRecords, $records->toArray());
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user