Skip to content

Fix For OAPH nullable values not set null after initial value#69

Merged
ChrisPulman merged 1 commit intomainfrom
CP_FixFor63
Sep 30, 2024
Merged

Fix For OAPH nullable values not set null after initial value#69
ChrisPulman merged 1 commit intomainfrom
CP_FixFor63

Conversation

@ChrisPulman
Copy link
Member

What kind of change does this PR introduce?

Fix
Closes #63

What is the current behavior?

OAPH values using nullable types and a default value will revert to the default value if the Observable results in a null value

What is the new behavior?

Fix For OAPH null values when set null after initial value now allows null values to be propagated upon a null value being set from the connected Observable.

What might this PR break?

Where previously the default value would have been return now the correct value will be returned.

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:

@ChrisPulman ChrisPulman changed the title Fix For OAPH null values when set null after initial value Fix For OAPH nullable values not set null after initial value Sep 30, 2024
@ChrisPulman ChrisPulman merged commit 61b910b into main Sep 30, 2024
@ChrisPulman ChrisPulman deleted the CP_FixFor63 branch September 30, 2024 21:01
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: null values handling with OAPH ToProperty

1 participant