Vote #78906
完了"Name" field in the 'edit version' form has no "maxlength"
0%
説明
Edit a version (project settings -> versions -> "Edit" some version in the list)¶
try to input a long "name" in the form (>60 characters)¶
click "Save"¶
A request is sent to the server; as the result, the form complains about "Name is too long (maximum is 60 characters)".¶
The @@ tag for version name should have attribute @maxlength@ set to "60". Then the content of that field will naturally be limited to 60 characters.
I attach a patch for this (created on trunk r17016).
journals
Sorry, the first patch i attached was created in the wrong folder (and thus contains wrong path to the modified file).
I now attach the corrected patch, created from the root folder of the Redmine repo.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed, thanks.
--------------------------------------------------------------------------------