Skip to content

Commit

Permalink
Merge pull request #28 from romainruaud/fix_autocomplete-configuration
Browse files Browse the repository at this point in the history
Fixing wrong section id for product autocomplete configuration.
  • Loading branch information
afoucret committed May 13, 2016
2 parents de709b0 + 4460e28 commit 19c0743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/module-elasticsuite-catalog/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<section id="smile_elasticsuite_core_autocomplete_settings">
<section id="smile_elasticsuite_autocomplete_settings">
<group id="product_autocomplete" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Product Autocomplete</label>
<field id="max_size" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
Expand Down
2 changes: 2 additions & 0 deletions src/module-elasticsuite-core/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@
</field>
</group>
</section>

<section id="smile_elasticsuite_autocomplete_settings" translate="label" type="text" sortOrder="1000" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Autocomplete</label>
<tab>smile_elasticsuite</tab>
<resource>Magento_Backend::smile_elasticsuite_autocomplete</resource>

<group id="term_autocomplete" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Popular Term Autocomplete</label>
<field id="max_size" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
Expand Down

0 comments on commit 19c0743

Please sign in to comment.