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 52f0136 + 7a4d7a2 commit 91109e0Copy full SHA for 91109e0
Console/Command/RemoveUnusedAttributesCommand.php
@@ -63,6 +63,7 @@ public function execute(InputInterface $input, OutputInterface $output)
63
$deleted = 0;
64
$searchCriteria = $this->searchCriteriaBuilderFactory->create()
65
->addFilter('is_user_defined', 1)
66
+ ->addFilter('backend_type', 'static', 'neq')
67
->create();
68
$attributes = $this->attributeRepository
69
->getList(ProductAttributeInterface::ENTITY_TYPE_CODE, $searchCriteria)
0 commit comments