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

Tags count in view #158

Closed
wants to merge 5 commits into from
Closed

Tags count in view #158

wants to merge 5 commits into from

Conversation

josmas
Copy link

@josmas josmas commented Jun 26, 2012

Hey Dirk,
could you please have a look at the commits? It adds a test to re-create issue #156 and a potential fix.
I wanted to refactor more in the view but that Sigup class is really getting in the way. Will keep on adding tests anyway, but not related to this bug.

cheers!

PS: will add some comments on the tracker lines that got pulled in this afternoon; not sure how that happen but don't see them in the new file.

@@ -847,6 +836,7 @@ def admin_metrics_data_ajax(request, slug):
participants = project.participants(
include_deleted=True).order_by('user__username')
participant_profiles = (participant.user for participant in participants)
tracker_models.update_metrics_cache(project)
Copy link
Author

Choose a reason for hiding this comment

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

this came with the pull, but cannot see it in the latest file.

Copy link
Member

Choose a reason for hiding this comment

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

this line was removed in a previous commit, don't know how the pull managed to put them back?

@josmas
Copy link
Author

josmas commented Jul 19, 2012

Hey Dirk, added the changes to this pr; if you can have a look, that would be great.

cheers,
José

@dirkcuys dirkcuys closed this Jul 14, 2015
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.

2 participants