bshaffer / sfHadoriThemePlugin

symfony admin generator with a beautiful theme and clean generated code.
MIT License
21 stars 6 forks source link

CSRF Field appearing in Filters #15

Closed bshaffer closed 13 years ago

bshaffer commented 13 years ago

the CSRF_Token field should be automatically ignored in filter fields. It's still showing up if CSRF protection is enabled.

roldan commented 13 years ago

Putting this:

$this->disableCSRFProtection();

in "lib/filter/doctrine/BaseFormFilterDoctrine.class.php" fix it!

bshaffer commented 13 years ago

Also, this issue has been fixed here: 26569c8ff6d5197ceff01a3e71fa611e34c247a8