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 d13b1fe commit c56d1dfCopy full SHA for c56d1df
app/code/Magento/Swatches/Model/Plugin/EavAttribute.php
@@ -80,6 +80,11 @@ public function beforeSave(Attribute $attribute)
80
$this->convertSwatchToDropdown($attribute);
81
}
82
83
+ /**
84
+ * @param Attribute $attribute
85
+ * @return bool
86
+ * @throws InputException
87
+ */
88
protected function validateOptions(Attribute $attribute)
89
{
90
$attributeSavedOptions = $attribute->getSource()->getAllOptions(false);
0 commit comments