Skip to content

Commit

Permalink
add missing data factory argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjon committed Dec 10, 2018
1 parent 125b031 commit 919acac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/1.7/development/components/grid/_index.md
Expand Up @@ -304,6 +304,7 @@ prestashop.core.grid.data.factory.product_data_factory:
arguments:
- '@prestashop.core.grid.query.product_query_builder' # service id of our query builder
- '@prestashop.core.hook.dispatcher' # every doctrine query builder needs hook dispatcher
- '@prestashop.core.grid.query.doctrine_query_parser' # parser to get raw SQL query
- 'products' # this should match your grid id, in our case it's "products"
```

Expand Down

0 comments on commit 919acac

Please sign in to comment.