Skip to content

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

Merged
r1tsuu merged 2 commits into
mainfrom
fix/scheduled-publish-sqlite
Mar 19, 2026
Merged

fix(db-sqlite): scheduled publish does not show upcoming events because of wrong nested json querying#15911
r1tsuu merged 2 commits into
mainfrom
fix/scheduled-publish-sqlite

Conversation

@r1tsuu

@r1tsuu r1tsuu commented Mar 11, 2026

Copy link
Copy Markdown
Member

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

github-actions Bot commented Mar 11, 2026

Copy link
Copy Markdown
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
@r1tsuu r1tsuu merged commit 3fa834a into main Mar 19, 2026
301 of 304 checks passed
@r1tsuu r1tsuu deleted the fix/scheduled-publish-sqlite branch March 19, 2026 18:40
@github-actions

Copy link
Copy Markdown
Contributor

🚀 This is included in version v3.80.0

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

2 participants