From aff7ba50dc127cc53af0457ac4e944c5fd054d51 Mon Sep 17 00:00:00 2001 From: Jerome Dennis Date: Wed, 26 Feb 2025 20:44:40 +0530 Subject: [PATCH 1/2] fixed the block names in an admin form Noticed the admin product attribute form layout has mistyped block names for `Manage Options (Values of Your Attribute)` and `Advanced Attribute Properties` in the product attribute form. Just fixed the block names appropriately. --- .../view/adminhtml/layout/catalog_product_attribute_edit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/Catalog/view/adminhtml/layout/catalog_product_attribute_edit.xml b/app/code/Magento/Catalog/view/adminhtml/layout/catalog_product_attribute_edit.xml index 94e9425593404..e1595703953bc 100644 --- a/app/code/Magento/Catalog/view/adminhtml/layout/catalog_product_attribute_edit.xml +++ b/app/code/Magento/Catalog/view/adminhtml/layout/catalog_product_attribute_edit.xml @@ -11,8 +11,8 @@ - - + + From 8f33ca4d7d717b7bbd6184eacaa8285b56a451f5 Mon Sep 17 00:00:00 2001 From: Jerome Dennis Date: Thu, 27 Feb 2025 11:58:50 +0530 Subject: [PATCH 2/2] replaced copyright information with Adobe to pass the static tests Just replaced Magento Copyright information with Adobe to pass the static tests. --- .../view/adminhtml/layout/catalog_product_attribute_edit.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/code/Magento/Catalog/view/adminhtml/layout/catalog_product_attribute_edit.xml b/app/code/Magento/Catalog/view/adminhtml/layout/catalog_product_attribute_edit.xml index e1595703953bc..b119c6e93a3da 100644 --- a/app/code/Magento/Catalog/view/adminhtml/layout/catalog_product_attribute_edit.xml +++ b/app/code/Magento/Catalog/view/adminhtml/layout/catalog_product_attribute_edit.xml @@ -1,7 +1,8 @@