You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have several DataTransformers appended to form types. Some of them i need inside the filter form. After a little code review, i noticed the form values are not used for setting filters.
please, can you help me understand this? in my opinion, if form values are valid there is nothing against using them instead of query parameters, isn't it?!
The text was updated successfully, but these errors were encountered:
If you use "normal" case for filters, you should be in a post request and so FilterForm should be submitted and so your DataTransformers should be used.
Or maybe I missed something in what you wanted to point out?
I have several DataTransformers appended to form types. Some of them i need inside the filter form. After a little code review, i noticed the form values are not used for setting filters.
but some lines above there i read this:
please, can you help me understand this? in my opinion, if form values are valid there is nothing against using them instead of query parameters, isn't it?!
The text was updated successfully, but these errors were encountered: