Enhancement: Sanitize release names to require string #2724
Labels
app/downloads
Relates to the downloads app
enhancement
This is an improvement to existing code or configuration
Is your feature request related to a problem? Please describe.
When creating a new release to test #2717, I thought the PR was bad because it was possible to create a release named just
3.20
, causing thedownloads/windows/
page to crash because it lacked aNone
check in the PR for release version.Describe the solution you'd like
It'd be nice to just give a little error message in the admin form submission via:
to get:

Basic Example
No response
Describe alternatives you've considered
No response
Drawbacks and Impact
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: