Skip to content

Change sortId to currentField in sort directive #227

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

Merged

Conversation

karelhala
Copy link
Contributor

In documentatin was type, where it said to use sortId to select element from which items should be filtered, however currentField is the option which shuld be used.

No changes in code, just in usage documentation.

In documentatin was type, where it said to use sortId to select element from which items should be filtered, however currentField is the option which shuld be used.
No changes in code, just in usage documentation
@karelhala
Copy link
Contributor Author

I am not sure whether dist folder should be pushed as well, but since its using bower I assume it's nice to keep changes in dist for upstream, right?

chart = c3.generate(chartData);
if (scope.getChartCallback) {
scope.getChartCallback(chart);
}
}
Copy link
Member

@jeff-phillips-18 jeff-phillips-18 Apr 28, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like an issue with a rebase here. This is re-adding the change from #226.

EDIT:

Actually, looks like #226 did not include the dist files as necessary. Please leave this change so that it does make it in.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I figured that #226 did not included dist folder. I'll keep it in.

@jeff-phillips-18
Copy link
Member

Yes, these dist files do need to be included.

@jeff-phillips-18
Copy link
Member

LGTM 👍

@dtaylor113
Copy link
Member

LGTM

@dtaylor113 dtaylor113 merged commit 70ca227 into patternfly:master Apr 28, 2016
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.

3 participants