You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried resolving the issue using the support portal
What browsers are you seeing the problem on?
Chrome (including Arc, Brave, Opera, Vivaldi)
Describe the bug
When entering long version number (more than 32 chars) an error is shown and version not updates.
Steps to reproduce
Open page for uploading/editing version
Type more than 32 characters to Version number field (#version-number element)
Click Save to save version
See error popup
Expected behavior
maxlength property of that <input> is set to 32 to match actual limit and prevent users from typing more than 32 characters. Or actual limit must be increased
Additional context
Docs does not say anything about limit of 32 characters for version_number. Also i think that limit may be increased. Docs page with that field.
Tested with POST and PATCH requests.
The text was updated successfully, but these errors were encountered:
Please confirm the following.
What browsers are you seeing the problem on?
Chrome (including Arc, Brave, Opera, Vivaldi)
Describe the bug
When entering long version number (more than 32 chars) an error is shown and version not updates.
Steps to reproduce
Version number
field (#version-number
element)Save
to save versionExpected behavior
maxlength
property of that<input>
is set to 32 to match actual limit and prevent users from typing more than 32 characters. Or actual limit must be increasedAdditional context
Docs does not say anything about limit of 32 characters for
version_number
. Also i think that limit may be increased.Docs page with that field.
Tested with
POST
andPATCH
requests.The text was updated successfully, but these errors were encountered: