mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: Dont need (and cant call) iteratorProperties calls as workaround any more
This commit is contained in:
parent
703ac7b47e
commit
1d608c0b94
@ -553,9 +553,6 @@ JS
|
|||||||
)));
|
)));
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO Remove once ViewableData->First()/Last() is fixed
|
|
||||||
foreach($items as $i => $item) $item->iteratorProperties($i, $items->Count());
|
|
||||||
|
|
||||||
return $items;
|
return $items;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user