Skip to content

Commit

Permalink
Merge pull request #333 from magento-troll/sprint37
Browse files Browse the repository at this point in the history
[Troll] Bugfixes
  • Loading branch information
vpelipenko committed Jun 3, 2015
2 parents c4002b6 + f185720 commit 82109a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</block>
<block class="Magento\Backend\Block\Widget\Grid\ColumnSet" as="grid.columnSet" name="adminhtml.block.report.review.customer.grid.columnSet">
<arguments>
<argument name="filter_visibility" xsi:type="string">0</argument>
<argument name="filter_visibility" xsi:type="string">1</argument>
<argument name="id" xsi:type="string">customers_grid</argument>
<argument name="rowUrl" xsi:type="array">
<item name="path" xsi:type="string">review/product</item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</block>
<block class="Magento\Backend\Block\Widget\Grid\ColumnSet" as="grid.columnSet" name="adminhtml.block.report.review.product.grid.columnSet">
<arguments>
<argument name="filter_visibility" xsi:type="string">0</argument>
<argument name="filter_visibility" xsi:type="string">1</argument>
<argument name="id" xsi:type="string">gridProducts</argument>
<argument name="rowUrl" xsi:type="array">
<item name="path" xsi:type="string">review/product</item>
Expand Down

0 comments on commit 82109a5

Please sign in to comment.