Open
Description
Preconditions (*)
- Magento 2.4-develop
Steps to reproduce (*)
- Navigate to Admin Panel > Catalog > Categories, select root category and add new subcategory:
Enable Category = Yes
Include in Menu = No
Category Name = Hidden Category
URL Key = hidden-category
- Open created category on the frontend using direct URL /hidden-category.html
- Navigate to Admin Panel > Stores > All Stores and create new store view:
Name: German
Code: german
Status: Enabled
- Return to frontend, switch to German store view.
- Open hidden category using direct URL /hidden-category.html
Expected result (*)
- Hidden category should be accessible on German store view.
Actual result (*)
- Hidden category is inaccessible on German store view, because URL rewrites are not generated for categories with "Include in Menu=No" when creating a store view.
- Severity: S2