Mapfix submissions check for title case #189
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mapfix submissions are for maps that are already in the game, so a title case check is not needed. It should only check if the mapfix DisplayName matches the current DisplayName
This wouldn't be too big of a change, so it would be a good place to start learning about the website backend.
check_inneris called for a mapfix or a submission, probably by adding a fieldcheck_against_previous_display_name:Option<String>toCheckRequestand modifying the From impls accordingly