mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX: Dont need (and cant call) iteratorProperties calls as workaround any more
This commit is contained in:
parent
374ed19406
commit
763e644145
@ -311,9 +311,6 @@ class GridFieldPopupForm_ItemRequest extends RequestHandler {
|
||||
)));
|
||||
}
|
||||
|
||||
// TODO Remove once ViewableData->First()/Last() is fixed
|
||||
foreach($items as $i => $item) $item->iteratorProperties($i, $items->Count());
|
||||
|
||||
return $items;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user