Skip to content

Commit 9a105a3

Browse files
author
Faraz Khan
committed
AC-11610: Catalog Search fix
* Catalog search resource disabled
1 parent 5f89c39 commit 9a105a3

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

app/code/Magento/Analytics/Test/Mftf/Data/UserRoleData.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
<item>Magento_Payment::payment_services</item>
9696
<item>Magento_Newsletter::newsletter</item>
9797
<item>Magento_Catalog::config_catalog</item>
98+
<item>Magento_CatalogSearch::config_catalog_search</item>
9899
<item>Magento_Shipping::config_shipping</item>
99100
<item>Magento_Shipping::shipping_policy</item>
100101
<item>Magento_Shipping::carriers</item>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
9+
<acl>
10+
<resources>
11+
<resource id="Magento_Backend::admin">
12+
<resource id="Magento_Backend::stores">
13+
<resource id="Magento_Backend::stores_settings">
14+
<resource id="Magento_Config::config">
15+
<resource id="Magento_Catalog::config_catalog" title="Catalog Section" translate="title">
16+
<resource id="Magento_CatalogSearch::config_catalog_search" title="Catalog Search" translate="title" sortOrder="10" disabled="true" />
17+
</resource>
18+
</resource>
19+
</resource>
20+
</resource>
21+
</resource>
22+
</resources>
23+
</acl>
24+
</config>

0 commit comments

Comments
 (0)