Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impacts generated code for booleans #1933

Open
xgo-work opened this issue Oct 31, 2023 · 0 comments
Open

Impacts generated code for booleans #1933

xgo-work opened this issue Oct 31, 2023 · 0 comments

Comments

@xgo-work
Copy link
Contributor

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);

@xgo-work xgo-work changed the title Impacts Impacts generated code for booleans Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant