Skip to content

Widget visible only on the first category #39074

Open
@sheepfy

Description

@sheepfy

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
image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Area: ContentComponent: DBIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P2A defect with this priority could have functionality issues which are not to expectations.Progress: PR in progressReported on 2.4.7-p2Indicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branch

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions