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

GITC-108: Fixes 500 errors when bounty.name contains unicode chars #9226

Merged
merged 1 commit into from
Jun 30, 2021

Conversation

gdixon
Copy link
Contributor

@gdixon gdixon commented Jun 30, 2021

Description

This PR fixes the project_page by ensuring any project.name containing unicode is decoded prior to slugifying (this same fix is applied to every use of slugify across the codebase), also DRYs up the process by declaring URLs in the model avoiding the need to recreate them on the frontend and corrects some minor styling issues.

  • Note: this PR adds unidecode as a dependency
Refers/Fixes

Fixes: GITC-108

Testing

Tested locally

@gdixon gdixon merged commit 7c1fc24 into master Jun 30, 2021
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

3 participants