Open
Description
Preconditions and environment
- Magento version = 2.4.7-p3 community
Steps to reproduce
- Navigate to admin product attribute and click on Add New attribute
- Add attribute label
- Select 'Dropdown' for 'Catalog Input Type for Store Owner' field
- Values Required => No
- Add 2 options and select any option as 'Is Default'
- Click Save & Continue
- Click Save & Continue again
- Open db and search newly created attribute inside 'eav_attribute' table and check 'default_value' column, you will see two repeating value comma separated.
Expected result
'default_value' column must store only one value for drop-down type attribute.
Actual result
'default_value' column store multiple same values comma separated for drop-down type attribute.
Additional information
No response
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.