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

Ajusta método que cria o slug para considerar / como - #580

Closed
filipedeschamps opened this issue Jul 27, 2022 · 1 comment · Fixed by #593
Closed

Ajusta método que cria o slug para considerar / como - #580

filipedeschamps opened this issue Jul 27, 2022 · 1 comment · Fixed by #593
Labels
back Envolve modificações no backend

Comments

@filipedeschamps
Copy link
Owner

filipedeschamps commented Jul 27, 2022

Contexto

Notei isso na publicação que fiz hoje: Se um título possui algo como 2,7 milhões/ano vai converter de forma errada para 2-7-milhoesano ao invés de 2-7-milhoes-ano.

O método de gerar o slug não está convertendo / em -.

Execução

@filipedeschamps filipedeschamps added the back Envolve modificações no backend label Jul 28, 2022
filipedeschamps pushed a commit that referenced this issue Jul 28, 2022
when create a post title with special character / when slug is generated all / change to -

fix #580
@filipedeschamps
Copy link
Owner Author

Fechado por #594

@filipedeschamps filipedeschamps changed the title Outro bug ao criar o slug relacionado ao caractere / Ajusta método que cria o slug para considerar / como - Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back Envolve modificações no backend
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant