Vote #65027
完了Inform about custom field's name maximum length
0%
説明
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
journals
Fixed in r2666 for english locale. Error messages are now:
<pre>
too_long: "is too long (maximum is {{count}} characters)"
too_short: "is too short (minimum is {{count}} characters)"
</pre>
--------------------------------------------------------------------------------