symfony2admingenerator / AvocodeFormExtensionsBundle

(old-legacy) Symfony2 form extensions for Admingenerator project (also working standalone!)
Other
48 stars 31 forks source link

Fixed wrong count for existing items on collection type #35

Closed pakaufmann closed 10 years ago

pakaufmann commented 10 years ago

The children-call on the collection type returned 0, even if there were already items present. This lead to unexpected behavior if you had already existing items in a collection (overwrite of the first item if a new item was inserted).

ioleo commented 10 years ago

@kufi thanks, this will be included in #34, I'm not merging it now, becouse this would force me to rebase my PR (which I will merge within the next hour)

ioleo commented 10 years ago

34 merged