Actions
Defect #3128
closedInform about custom field's name maximum length
Start date:
2009-04-06
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Custom field's name is limited to 30 chars, but there is no message that informs the user about that (no information text). Also when longer value is submitted the error message "Name is too long" doesn't specify the maximum length.
Possible solution : put information text under the field or change the error message to something like "Name is too long. Maximum 30 characters allowed".
Redmine revision: 2659
Updated by Jean-Philippe Lang over 15 years ago
- Status changed from New to Closed
- Target version set to 0.9.0
- Resolution set to Fixed
Fixed in r2666 for english locale. Error messages are now:
too_long: "is too long (maximum is {{count}} characters)" too_short: "is too short (minimum is {{count}} characters)"
Actions