magento2: Dimensions missing from new product
Preconditions (*)
- Magento v2.3.3
Steps to reproduce (*)
- Magento Admin > Catalog > Products > Add new Product
Expected result (*)
- Product attribute set ‘Default’ should show fields for Length, Width and Height
Actual result (*)
- Above mentioned fields are missing

Triage Note
- The issue is reproducible on
2.3.3 release version
- The issue is NOT reproducible on
2.3-develop
2.3.3 is not merged into 2.3-develop at this moment
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 21 (5 by maintainers)
@sagarppanchal It is still under Dev at Magento end, however there is a temporary fix
just update the eav_attribute table and source_model = NULL WHERE attribute_code = ‘ts_packaging_type’
it will make the attributes appear and working as it has to be.
hi @krishprakash , Thanks for your comment. I did change the scope to global, still these fields were not visible.