You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: write OQL inline on OqlViewEntitySource for Mendix 10.x
Mendix 10.x stores the OQL query on both the OqlViewEntitySource
(inline "Oql" field) AND in a separate ViewEntitySourceDocument.
Mendix 11.0+ removed the inline field. Our writer only created the
separate document, causing CE6775 on 10.24.
Add version-conditional serialization: when writing to a 10.x project,
include the "Oql" field on the OqlViewEntitySource. The reflection
data confirms: 10.21 has {oql, sourceDocument} while 11.0 has only
{sourceDocument}.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments