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(ui): fixed regression bug that preventing variable maps from properly assigning values #17072

Merged
merged 6 commits into from
Mar 4, 2020

Conversation

asalem1
Copy link
Contributor

@asalem1 asalem1 commented Mar 3, 2020

Closes #17026

Problem

Variable maps that had previously been created were not mapping variables values out properly.

Solution

Undid a change introduced in the following PR which improperly mapped keys of the maps as the value rather than the values:

78244ce#diff-75e6c7f86f1381fe2013a292310d9d0eL164

  • CHANGELOG.md updated with a link to the PR (not the Issue)

@asalem1 asalem1 requested a review from drdelambre March 3, 2020 00:37
@desa
Copy link
Contributor

desa commented Mar 3, 2020

@asalem1 can you include a test for this?

@asalem1
Copy link
Contributor Author

asalem1 commented Mar 3, 2020

@desa definitely. This actually has a few tests that are failing because it messed around with the way that variable maps are intended to be displayed. I'm currently working on trying to update the solution so that the display aspect of this is maintained, but that it is functionally correct.

@asalem1 asalem1 force-pushed the regression/variable-map branch from 3aceda8 to e2b5853 Compare March 4, 2020 14:45
@asalem1 asalem1 requested a review from drdelambre March 4, 2020 14:46
@asalem1 asalem1 merged commit ad053d3 into master Mar 4, 2020
@asalem1 asalem1 deleted the regression/variable-map branch March 4, 2020 21:52
jacobmarble pushed a commit that referenced this pull request Mar 12, 2020
…rly assigning values (#17072)

fix(ui): fixed regression bug that prevented variable maps from properly assigning values and updated tests to enforce correct functionality
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.

Variable maps aren't working
3 participants