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.
1 parent c79b685 commit 6f4d895Copy full SHA for 6f4d895
Model/Resolver/LabelDataProvider.php
@@ -92,7 +92,6 @@ public function resolve(Field $field, $context, ResolveInfo $info, array $value
92
foreach ($this->label->getRulesApplyProduct($product) as $rule) {
93
if ($this->label->validateProductInRule($rule, $product->getId())) {
94
$label = $this->labelRepository->getById($rule->getId());
95
- $this->helperData->processImageUrl($label);
96
$labelData[] = $label;
97
}
98
0 commit comments