Closed bshaffer closed 13 years ago
the CSRF_Token field should be automatically ignored in filter fields. It's still showing up if CSRF protection is enabled.
Putting this:
$this->disableCSRFProtection();
in "lib/filter/doctrine/BaseFormFilterDoctrine.class.php" fix it!
Also, this issue has been fixed here: 26569c8ff6d5197ceff01a3e71fa611e34c247a8
the CSRF_Token field should be automatically ignored in filter fields. It's still showing up if CSRF protection is enabled.