Actions
Defect #23741
closedunable to modify the issue description
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Database
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
Hello,
I am using the last git version of the branch 3.3-stable and I cannot modify the description of my issues once they have been defined.
I get the following error in the browser:
Internal error An error occurred on the page you were trying to access. If you continue to experience problems please contact your Redmine administrator for assistance. If you are the Redmine administrator, check your log files for details about the error.
This is the error in the log:
ActiveRecord::StatementInvalid (Mysql2::Error: Data too long for column 'old_value' at row 1: INSERT INTO `journal_details` (`property`, `prop_key`, `old_value`, `value`, `journal_id`) VALUES (....................... app/models/journal.rb:67:in `save' app/models/issue.rb:1679:in `create_journal' app/models/issue.rb:210:in `create_or_update' app/controllers/issues_controller.rb:515:in `block in save_issue_with_child_records' app/controllers/issues_controller.rb:503:in `save_issue_with_child_records' app/controllers/issues_controller.rb:179:in `update' lib/redmine/sudo_mode.rb:63:in `sudo_mode'
- If I select to modify the description of the issue but I do not modify any character, there is no problem once I update the issue.
- If I select to modify the description of the issue and I modify even only one character, this error raises.
Thanks,
Christian
Related issues
Actions