From e78ea61cc080a38bb7985f04b5bf33ab0547cf73 Mon Sep 17 00:00:00 2001 From: Oleksandr Miroshnichenko Date: Tue, 2 Jan 2018 14:47:09 +0200 Subject: [PATCH] magento/magento2#12294: Bug: Adding Custom Attribute - The value of Admin scope can't be empty --- .../templates/catalog/product/attribute/options.phtml | 2 +- .../Magento/Catalog/view/adminhtml/web/js/options.js | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/attribute/options.phtml b/app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/attribute/options.phtml index 6ff0e193a774f..f812a27f87ad9 100644 --- a/app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/attribute/options.phtml +++ b/app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/attribute/options.phtml @@ -57,7 +57,7 @@ $stores = $block->getStoresSortedBySortOrder();