Skip to content

Commit

Permalink
Merge pull request #6963 from GSadee/filter-boolean-label-fix
Browse files Browse the repository at this point in the history
[Grid] Add label to boolean filter template
  • Loading branch information
michalmarcinkowski committed Dec 1, 2016
2 parents 9e9c6d2 + 741cb4e commit 52d9452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -45,7 +45,7 @@ sylius_grid:
fields: [code, name]
couponBased:
type: boolean
label: sylius.ui.coupons
label: sylius.ui.coupon_based
actions:
main:
create:
Expand Down
@@ -1,3 +1,3 @@
{% form_theme form 'SyliusUiBundle:Form:theme.html.twig' %}

{{ form_row(form) }}
{{ form_row(form, {'label': filter.label|trans}) }}

0 comments on commit 52d9452

Please sign in to comment.