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

Bug fix - ui context menu #6018

Merged
merged 4 commits into from
Jan 9, 2019
Merged

Bug fix - ui context menu #6018

merged 4 commits into from
Jan 9, 2019

Conversation

meirish
Copy link
Contributor

@meirish meirish commented Jan 9, 2019

Because Ember's get helper uses dot-separated strings as paths on an object, if an id contained a dot, the helper would try to find a value at a non-existant path, causing an error. Here we introduced a template helper that subs dashes for dots so this no longer happens.

Fixes #5915

@meirish meirish requested review from a team January 9, 2019 15:56
andaley
andaley previously approved these changes Jan 9, 2019
@meirish meirish added this to the 1.0.2 milestone Jan 9, 2019
@meirish meirish merged commit 96f1035 into master Jan 9, 2019
@meirish meirish deleted the b-ui-context-menu branch January 9, 2019 18:30
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.

2 participants