Skip to content

Impacts generated code for booleans #1933

@xgo-work

Description

@xgo-work

On setting up variable impacts based on a boolean variable, the checkbox's initial set value generated code is the following

Variable.find(gameModel, 'showPatientModal').setValue(self, undefined);

One would rather expect

Variable.find(gameModel, 'showPatientModal').setValue(self, false);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions