Skip to content

UPDATE WIDGETS syntax not implemented (parse error) #416

@retran

Description

@retran

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions