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

Fix temporary value snapshot #18556

Merged
merged 1 commit into from
Oct 24, 2019
Merged

Commits on Oct 24, 2019

  1. Fix temporary value snapshot

    Fixes #17997
    
    The problem here was that the temporary values snapshot was copying current values rather than starting with empty values. This then meant that when the current value was set to null, the temp value took over, which was then incorrect. Related to this, when setting a current value to null, the temp value (if it exists) must also be set to null otherwise it will start being used.
    ajcvickers committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    43db0b5 View commit details
    Browse the repository at this point in the history