Skip to content

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