Skip to content

Commit 8d26b3d

Browse files
committed
ACP2E-1854: Attribute that is not searchable but used in Search Results works incorrectly
- removed comment
1 parent 40b649f commit 8d26b3d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit/Tab

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit/Tab/Front.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ protected function _prepareForm()
178178
'adminhtml_catalog_product_attribute_edit_frontend_prepare_form',
179179
['form' => $form, 'attribute' => $attributeObject]
180180
);
181-
//here
181+
182182
$dependencies = $this->getLayout()->createBlock(
183183
\Magento\Backend\Block\Widget\Form\Element\Dependence::class
184184
)->addFieldMap(

0 commit comments

Comments
 (0)