Burgov / KeyValueFormBundle

A form type for managing key-value pairs
MIT License
44 stars 32 forks source link

Make it impossible to install the bundle with symfony 2.8.1 #20

Closed wouterj closed 8 years ago

wouterj commented 8 years ago

In 2.8.1, there is a regression in the collection type (fixed by https://github.com/symfony/symfony/pull/17162 in master). This makes this bundle useless (as options are not chained to the entry type correctly, you always get an exception about missing required option 'value_type' when using burgov_key_value).

Burgov commented 8 years ago

thanks!