Skip to content

Commit a1d1883

Browse files
committed
MAGETWO-44362: Can't filter the products if responsive
1 parent 57f1919 commit a1d1883

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/code/Magento/LayeredNavigation/view/frontend/page_layout/1column.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
* See COPYING.txt for license details.
66
*/
77
-->
8-
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_layout.xsd">
8+
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
99
<move element="catalog.leftnav" destination="content.top" after="-"/>
1010
</layout>

app/code/Magento/LayeredNavigation/view/frontend/page_layout/2columns-left.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
* See COPYING.txt for license details.
66
*/
77
-->
8-
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_layout.xsd">
8+
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
99
<move element="catalog.leftnav" destination="sidebar.main" before="-"/>
1010
</layout>

app/code/Magento/LayeredNavigation/view/frontend/page_layout/2columns-right.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
* See COPYING.txt for license details.
66
*/
77
-->
8-
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_layout.xsd">
8+
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
99
<move element="catalog.leftnav" destination="sidebar.main" before="-"/>
1010
</layout>

app/code/Magento/LayeredNavigation/view/frontend/page_layout/3columns.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
* See COPYING.txt for license details.
66
*/
77
-->
8-
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_layout.xsd">
8+
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
99
<move element="catalog.leftnav" destination="sidebar.main" before="-"/>
1010
</layout>

app/code/Magento/LayeredNavigation/view/frontend/page_layout/empty.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
* See COPYING.txt for license details.
66
*/
77
-->
8-
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_layout.xsd">
8+
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
99
<move element="catalog.leftnav" destination="category.product.list.additional" before="-"/>
1010
</layout>

0 commit comments

Comments
 (0)