Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
[Grid] Fixed wrong tags in custom filter configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Sep 23, 2015
1 parent f3bb082 commit 687e59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundles/SyliusGridBundle/custom_filter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ That is all. Now let register your new filter type as service.
app.grid.filter.tournament_statistics:
class: App\Grid\Filter\TournamentStatisticsFilter
tags:
- { name: sylius.grid.filter type: tournament_statistics }
- { name: sylius.grid_filter, type: tournament_statistics }
app.form.type.filter.tournament_statistics:
class: AppBundle\Form\Type\Filter\TournamentStatisticsFilterType
tags:
- { name: form.type type: sylius_filter_tournament_statistics }
- { name: form.type, alias: sylius_filter_tournament_statistics }
Now you can use your new filter type in the grid configuration!
Expand Down

0 comments on commit 687e59b

Please sign in to comment.