Closed
Description
Preconditions
- Magento CE 2.1.1
- PHP 5.6
- Nginx 1.9
Steps to reproduce
- Try to save(new or existing) any product
- Go to MySQL client and check for
url_path
value for that product as:
SELECT * FROM catalog_product_entity_varchar WHERE attribute_id IN ( SELECT attribute_id FROM eav_attribute WHERE attribute_code IN ('url_path') AND entity_type_id = 4 ) AND entity_id = <product_id>
- There won't be any result.
In fact there is no any value at all on product level for url_path.
Expected result
- In such case, url_path value should look like
[product-url-key][product-suffix-from-setting]
Actual result
- Empty value for
url_path
for any product
Queries:
- is this a bug or feature?
- If it's a feature any reason behind not populating the
url_path
value for products? - is it safe to delete all the
url_path
values for migrated products?
Metadata
Metadata
Assignees
Labels
Gate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release