Skip to content

Apply "uniquified" query ID to all blocks which inherit queryId - #28

Merged
goldenapples merged 1 commit into
mainfrom
fix-query-filters-inside-query
Jul 23, 2026
Merged

Apply "uniquified" query ID to all blocks which inherit queryId#28
goldenapples merged 1 commit into
mainfrom
fix-query-filters-inside-query

Conversation

@goldenapples

Copy link
Copy Markdown
Contributor

The function which deduplicated query IDs on a page and passed that unique ID to the post template inside each query was causing other blocks in the query - pagination, query-filters, no posts message - to be mismatched with the posts displayed.

This change should fix that issue by setting the same query ID on all blocks inside a query that should inherit the queryID.

The function which deduplicated query IDs on a page and passed that
unique ID to the post template inside each query was causing other
blocks in the query - pagination, query-filters, no
posts message - to be mismatched with the posts displayed.

This change should fix that issue by setting the same query ID on all
blocks inside a query that should inherit the queryID.
@github-actions

Copy link
Copy Markdown

Playwright test results

passed  20 passed

Details

stats  20 tests across 6 suites
duration  1 minute, 11 seconds
commit  c971278

@goldenapples
goldenapples merged commit ff9d9da into main Jul 23, 2026
1 check passed
@goldenapples
goldenapples deleted the fix-query-filters-inside-query branch July 23, 2026 17:30
@roborourke

Copy link
Copy Markdown
Collaborator

Thanks for finding and fixing this @goldenapples & @joeleenk !

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants