Actions
Defect #1550
closedComment too long message when updating issue
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Time tracking
Target version:
-
Start date:
2008-06-30
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Revision r1607
Rails: 2.1
Mysql: 4.0
Error: Comment too long
Happens when the time tracking module is not active while updating an existing issue, effectivly I cannot update issues anymore on projects with "Time tracking" disabled.
This is the validation causing the message:
time_entry.rb: validates_length_of :comments, :maximum => 255
I have not found what broke this.
Actions