Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Add default text for aggregate labels. #771

Merged
merged 1 commit into from
Sep 26, 2015

Conversation

jmcarp
Copy link
Contributor

@jmcarp jmcarp commented Sep 26, 2015

This sets the default text for employer and occupation aggregates to "NOT REPORTED" (using all caps for consistency with the data).

h/t @jenniferthibault

@@ -96,7 +96,7 @@ var stateColumns = [
];

var employerColumns = [
{data: 'employer', className: 'all', orderable: false},
{data: 'employer', className: 'all', orderable: false, defaultContent: 'NOT REPORTED'},

Choose a reason for hiding this comment

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

Line is too long.

@LindsayYoung
Copy link
Contributor

This looks fine to me. The tests didn't pass so I will look into that.

@LindsayYoung
Copy link
Contributor

Looks like a build error, just going to re-run and see what happens

@jmcarp
Copy link
Contributor Author

jmcarp commented Sep 26, 2015

Tests will pass once #765 is merged.

noahmanger pushed a commit that referenced this pull request Sep 26, 2015
Add default text for aggregate labels.
@noahmanger noahmanger merged commit bc05fb1 into fecgov:develop Sep 26, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants