jordillonch / CrudGeneratorBundle

This Symfony2 bundle aims to be the bundle that you are looking for create a nice CRUD with pagination, filter, translation and Twitter bootstrap 2.2.2 features.
MIT License
83 stars 36 forks source link

Replace filter_choice by filter_boolean for boolean types. #46

Closed l-vo closed 8 years ago

l-vo commented 8 years ago

Using choice filter for boolean type makes a one choice fields which is not really usable.

Lexik's filters library has a boolean filter which can solve this problem.

jordillonch commented 8 years ago

Thanks!