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.
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from New to Resolved
- Resolution set to Fixed
I couldn't reproduce this problem but r1608 should fix it.
Can you confirm ?
Updated by Andre Meij over 16 years ago
Confirmed, I turned off timetracking and I can log comments again.
Thanks for the quick fix!
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from Resolved to Closed
Thanks for the feedback.
Actions