Open
Description
Preconditions and environment
- Magento version latest 2.4.7-p2
Space is not trimmed out.
If you check in the database the query:
select * from layout_update where handle = 'catalog_category_view_id_21';
-> it will have 0 rows
but this query:
select * from layout_update where handle = 'catalog_category_view_id_ 21';
-> will have a correct result.
However, there is not page with the layout catalog_category_view_id_ 21
Image from a database of a fresh installed magento
Steps to reproduce
Create widget with Anchor Categories condition -> select few categories from the list -> save the widget.
Expected result
Widget to be visible on all categories selected
Actual result
Widget is visible only on the first category from the conditions
Additional information
No response
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”.
Activity