Closed
Description
Preconditions (*)
- Magento 2.4-develop
- Requests performed with REST API
Steps to reproduce (*)
- Create Category
- Create the
Second Store
- REST: Send a request to update
url_key
forSecond Store
- Verify contents of
catalog_category_entity_{type}
Expected result (*)
- Single entry in
catalog_category_entity_varchar
should be forSecond Store
Actual result (*)
- Scope-specific values are created in
catalog_category_entity_varchar
(and in others):
url_key
url_path
name
default_sort_by
Comments
Skipped API Functional Test was provided as a part of #27035