I’d like to use a custom filter in my table_method to extend a query. Unfortunately I do not know how to access the field’s value from within the method. I’m using SF 1.4 /w Doctrine 1.2
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think that you must to change the doBuildQuery filterForm method.
In any filterForm class you can do:
This method it’s the one automatically called from backend generated modules. If you want to add another widget, do it in configure() method, then process the value in the doBuildQuery().