Skip to content

Commit

Permalink
Remove page index
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbager committed Mar 15, 2018
1 parent 8be9631 commit 61b359d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/Shop/Product/Index/_sorting.html.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set route = app.request.attributes.get('_route') %}
{% set slug = app.request.get('slug') %}
{% set queryParameters = app.request.query.all|unset_elements(['order_by', 'sort']) %}
{% set queryParameters = app.request.query.all|unset_elements(['order_by', 'sort', 'page']) %}

<div class="ui compact menu">
<div class="ui simple dropdown item">
Expand Down

0 comments on commit 61b359d

Please sign in to comment.