mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR: Removed useless setPageLimits call from ComplexTableField::Items().
This commit is contained in:
parent
45a8866fab
commit
fc8d442505
@ -255,7 +255,6 @@ JS;
|
|||||||
}
|
}
|
||||||
|
|
||||||
$pageStart = (isset($_REQUEST['ctf'][$this->Name()]['start']) && is_numeric($_REQUEST['ctf'][$this->Name()]['start'])) ? $_REQUEST['ctf'][$this->Name()]['start'] : 0;
|
$pageStart = (isset($_REQUEST['ctf'][$this->Name()]['start']) && is_numeric($_REQUEST['ctf'][$this->Name()]['start'])) ? $_REQUEST['ctf'][$this->Name()]['start'] : 0;
|
||||||
$sourceItems->setPageLimits($pageStart, $this->pageSize, $this->TotalCount());
|
|
||||||
|
|
||||||
$output = new DataObjectSet();
|
$output = new DataObjectSet();
|
||||||
foreach($sourceItems as $pageIndex=>$item) {
|
foreach($sourceItems as $pageIndex=>$item) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user