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(cellNav): Error when field defined with number #4263

Merged
merged 1 commit into from
Aug 25, 2015

Conversation

JLLeitschuh
Copy link
Contributor

Cell nav was throwing an error when you had a field defined like '1.b'
Resolved by using the getQualifiedColField method on the gridRow.

Closes #4258

Cell nav was throwing an error when you had a field defined like `'1.b'`
Resolved by using the `getQualifiedColField` method on the gridRow.

Closes #4258
@swalters
Copy link
Contributor

the change looks good.

One question I have is why is this code in cellNav? it doesn't look like a cellNav specific logic. Should it be moved to core?

@JLLeitschuh
Copy link
Contributor Author

Sure? I suppose. I put it here because that's where it was originally defined before I made it an angular module. I can move it to core in another PR.

JLLeitschuh added a commit that referenced this pull request Aug 25, 2015
fix(cellNav): Error when field defined with number
@JLLeitschuh JLLeitschuh merged commit 69a75da into master Aug 25, 2015
@JLLeitschuh JLLeitschuh deleted the fix/cellNavParse branch August 25, 2015 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants