Open
Description
Preconditions and environment
- Magento version 2.4.6-p6 that will be upgraded to 2.4.7-p3
Steps to reproduce
- Install 2.4.6-p6 clean Magento https://docs.warden.dev/environments/magento2.html
- Upgrade to 2.4.7-p3 --with-dependencies
- Add
color
to Default attribute set - Create new Simple Product, do not select
color
attribute option when filling product create form on admin - Save product
- Check
catalog_product_entity_int
table
Expected result
Empty color
value is not saved to catalog_product_entity_int
with NULL
value.
Actual result
Empty color
value is saved to catalog_product_entity_int
with NULL
value.
Additional information
This might not be a bug at all and some sort of "improvement" that has not been made clear.
I'll check this when I have more time, in the meantime - creating this ticket to track progress, maybe someone else will find this and contribute.
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”.