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
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Updated:
I was using version 2.1.2 and sample code from version 3. I think there are some differences.
Now I'm using version 3.0.1 and everything looks fine.
In my FilterType Classe i have :
While debugging the where clause for datetime not show up on the Query.
when i debug the bundle i found on the FilterValueKeysTransformer class line 21
$data = $form->getData();
the $data is empty with (null value).
Otherwise, on the same $form i found the data as ExtratData
You can access to it with
$form->getParent()->getExtraData()
i am not sure if i did something wrong while using this format, let me know what do you think!!
The text was updated successfully, but these errors were encountered: