Issue #2143
This commit is contained in:
parent
3144720c48
commit
c3d3473738
|
|
@ -144,7 +144,7 @@ class AttributeRepository extends Repository
|
|||
$data['value_per_channel'] = $data['value_per_locale'] = 0;
|
||||
}
|
||||
|
||||
if (! in_array($data['type'], ['select', 'multiselect', 'price'])) {
|
||||
if (! in_array($data['type'], ['select', 'multiselect', 'price', 'checkbox'])) {
|
||||
$data['is_filterable'] = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue