6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-10 09:02:14 +00:00
tutor/changelog.d/20241023_155157_codewithemad_long_domain.md
Emad Rad 2440970c58
fix: site name limited to 50 characters (#1145)
Before this, building organizations with longer URLs failed since the
name field inside Site model has a max_length=50

Close #1144
2024-10-24 11:11:31 +05:00

138 B

  • [Bugfix] Fixed an issue where the site name was not limited to 50 characters when creating a new site configuration. (by @CodeWithEmad)