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 8f1d8e7 commit 5d084ceCopy full SHA for 5d084ce
app/code/Magento/Eav/Model/Entity/Attribute/Backend/AbstractBackend.php
@@ -249,7 +249,7 @@ public function validate($object)
249
}
250
251
if ($attribute->getIsUnique()) {
252
- if (!$attribute->getEntity()->checkAttributeUniqueValue($attribute, $object)) {
+ if (!$attribute->getEntity()->checkAttributeUniqueValue($attribute, $object)) {
253
throw new LocalizedException(__('The value of attribute "%1" must be unique', $label));
254
255
0 commit comments