Skip to content

fix(db-sqlite): scheduled publish does not show upcoming events because of wrong nested json querying#15911

Open
r1tsuu wants to merge 1 commit intomainfrom
fix/scheduled-publish-sqlite
Open

fix(db-sqlite): scheduled publish does not show upcoming events because of wrong nested json querying#15911
r1tsuu wants to merge 1 commit intomainfrom
fix/scheduled-publish-sqlite

Conversation

@r1tsuu
Copy link
Member

@r1tsuu r1tsuu commented Mar 11, 2026

Fixes #12749

After: (upcoming events are displayed correctly)
image

The reason is because json querying was handled wrongly in the adapter for this query that we send from the frontend:

where[and][2][input.doc.value][equals] = id
where[and][3][input.doc.relationTo][equals] = collectionSlug

@github-actions
Copy link
Contributor

📦 esbuild Bundle Analysis for payload

This analysis was generated by esbuild-bundle-analyzer. 🤖
This PR introduced no changes to the esbuild bundle! 🙌

@r1tsuu r1tsuu requested a review from DanRibbens March 11, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scheduled publish/unpublish not showing upcoming events - SQLite

1 participant