We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I have created a boolean filter on my project:
sylius_grid: grids: sylius_admin_promotion: filters: archived: default_value: true type: boolean label: "Archived"
And when I'm loading the "promotions" view the filter "Archived" is not assigned to "true" but "all". Not even working with "1" instead of boolean.
Thanks !
The text was updated successfully, but these errors were encountered:
Hello
try with default_value: 'true'
default_value: 'true'
For me : true => return false archived promotions false => return all promotions 'true' => return true archived promotions
tell me if it works ;)
Sorry, something went wrong.
I confirm that @chrishelbert works
Sorry for delay, I'll test that today ! Thank.
No branches or pull requests
Hello,
I have created a boolean filter on my project:
And when I'm loading the "promotions" view the filter "Archived" is not assigned to "true" but "all".
Not even working with "1" instead of boolean.
Thanks !
The text was updated successfully, but these errors were encountered: