BUGFIX: Dont need (and cant call) iteratorProperties calls as workaround any more

This commit is contained in:
Hamish Friedlander 2012-03-06 10:18:26 +13:00
parent 374ed19406
commit 763e644145

View File

@ -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;
}
}