Description
The UPDATE WIDGETS command (documented for bulk widget property updates) is not recognized by the parser. All syntax variants produce parse errors.
Reproduction
-- Attempt 1:
UPDATE WIDGETS WHERE Type = 'ActionButton' SET ButtonStyle = 'Success';
-- Attempt 2:
UPDATE WIDGETS SET ButtonStyle = 'Success' WHERE Type = 'ActionButton';
Both produce: parse error.
Expected
Bulk widget property updates should work as documented in SKILL files (bulk-widget-updates skill references this syntax).
Environment
- mxcli: v0.7.0-257-ga07e7e0
- Project: EnquiriesManagement (Mendix 11.8.0)
Related
Description
The
UPDATE WIDGETScommand (documented for bulk widget property updates) is not recognized by the parser. All syntax variants produce parse errors.Reproduction
Both produce: parse error.
Expected
Bulk widget property updates should work as documented in SKILL files (bulk-widget-updates skill references this syntax).
Environment
Related