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

Checkbox Rules Processing Bug Fix #597

Merged
merged 2 commits into from
Aug 26, 2021
Merged

Checkbox Rules Processing Bug Fix #597

merged 2 commits into from
Aug 26, 2021

Conversation

qiarie
Copy link
Contributor

@qiarie qiarie commented Aug 26, 2021

Resolves issue #596

When processing checkbox rules in NF, it is assumed that the checkbox value field is a string. When the checkbox is not checked, NF rules processor receives a blank string. A boolean true is received when it is checked.

This fix allows handling of both scenarios.

@qiarie qiarie changed the base branch from master to v1 August 26, 2021 13:32
@qiarie qiarie changed the title Checkbox bug fix Checkbox Rules Processing Bug Fix Aug 26, 2021
@qiarie qiarie linked an issue Aug 26, 2021 that may be closed by this pull request
1 task
@qiarie qiarie merged commit 57490ff into v1 Aug 26, 2021
@qiarie qiarie deleted the checkbox-bug-fix branch August 26, 2021 13:42
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

Successfully merging this pull request may close these issues.

V1: Handle Blank Checkbox Value Field
3 participants