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 dataset count display for groups #3711

Merged
merged 1 commit into from
Jul 20, 2017
Merged

Conversation

kmbn
Copy link
Contributor

@kmbn kmbn commented Jul 20, 2017

Dataset counts were not displayed at all for group items.
The template never actually rendered 'X Datasets' or '0 Datasets'
because the template checked packages rather than package_count.

Proposed fixes:

Check package_count to get the dataset count.

Features:

  • includes tests covering changes
  • includes updated documentation
  • includes user-visible changes
  • includes API changes
  • includes bugfix for possible backport

Please [X] all the boxes above that apply

Dataset counts were not displayed at all for group items because
the template checked `packages` rather than `package_count`.
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.

None yet

3 participants