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

Deal gracefully with recommendations of hidden proposals #2751

Merged
merged 1 commit into from
Jul 10, 2018

Conversation

decabeza
Copy link
Collaborator

References

This is a backport of AyuntamientoMadrid#1465
Related issue: AyuntamientoMadrid#1463

Objectives

Avoid exception in home page when displaying recommendations

Notes

The problem was related to loading tags of hidden proposals, which were then used to calculate recommendations.

With this PR we are skipping proposals that have been hidden when calculating recommended proposals

We were seeing an exceptions in the home page when displaying
recommendations. This was due to trying to load tags of hidden proposals

With this commit we are skipping proposals that that have been hidden,
which will hopefully solve this exception
@decabeza decabeza merged commit d127695 into master Jul 10, 2018
@decabeza decabeza deleted the home-recommendations branch July 10, 2018 16:44
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.

None yet

2 participants