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

Handle too long event names #680

Closed
Joliv3r opened this issue Sep 21, 2024 · 2 comments
Closed

Handle too long event names #680

Joliv3r opened this issue Sep 21, 2024 · 2 comments

Comments

@Joliv3r
Copy link
Contributor

Joliv3r commented Sep 21, 2024

Currently if an event is created with a title of more than 50 characters and no defined slug Django will crash. This can be fixed by forcing the user to have shorter titles, by forcing them to create a shorter slug, or increasing the maximum length of the slug.

@Joliv3r
Copy link
Contributor Author

Joliv3r commented Sep 21, 2024

For some reason this issue does not replicate locally, so my fix did not work.

@Joliv3r
Copy link
Contributor Author

Joliv3r commented Sep 22, 2024

Fixed by #682 by limiting headline length.

@Joliv3r Joliv3r closed this as completed Sep 22, 2024
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

No branches or pull requests

1 participant