2017-03-02 92 views
1

我們安裝了magento2 EE。我們正面臨着屬性保存的問題。屬性已經創建,現在當我試圖保存獲取低於錯誤。Magento2屬性問題

「Admin的值必須是唯一的。」

任何人都可以請幫忙。

感謝,

回答

0
Seems your attribute have multiple options with same values. 

If you want to use multiple options with same values then 
Set unique value to "No" (Advanced Attribute Properties->Unique Value) 

If you dont want multiple values then delete duplicate values 
from db through script or do it manually. 

enter image description here