We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1812b10 + 80a3588 commit 98d2117Copy full SHA for 98d2117
app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save.php
@@ -193,7 +193,7 @@ public function execute()
193
);
194
}
195
196
- $data += ['is_filterable' => 0, 'is_filterable_in_search' => 0, 'apply_to' => []];
+ $data += ['is_filterable' => 0, 'is_filterable_in_search' => 0];
197
198
if (is_null($model->getIsUserDefined()) || $model->getIsUserDefined() != 0) {
199
$data['backend_type'] = $model->getBackendTypeByInput($data['frontend_input']);
0 commit comments