Skip to content

Commit 0319214

Browse files
committed
ACP2E-748: Layered navigation filters don't work when "show out of stock" is enabled
1 parent 180d3e9 commit 0319214

File tree

2 files changed

+26
-0
lines changed
  • dev/tests/static/testsuite/Magento/Test/Integrity/_files/extension_dependencies_test

2 files changed

+26
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
declare(strict_types=1);
7+
8+
return [
9+
'Magento\Elasticsearch' => [
10+
'Magento\InventoryElasticsearch'
11+
]
12+
];
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
declare(strict_types=1);
7+
8+
return [
9+
// the following modules must be disabled when Live Search is used
10+
// so core modules must not be dependent on them
11+
'Magento\LiveSearch' => [
12+
'Magento\InventoryElasticsearch',
13+
],
14+
];

0 commit comments

Comments
 (0)