Defect #5566
closedDuplicating changes of issue properties in history.
100%
Description
Hi!
Thanks for great project Redmine, we use it in our corporation.
But after upgrading from 0.8.4 to 0.9.3 strange defect was happened.
If any property if issue has changed, there is duplicate records in history and in database.
For example (history fragment):
•Status changed from New to Resolved
•Status changed from New to Resolved
-----
If several changes, they duplicate as packet.
For example (history fragment):
•Status changed from New to Resolved
•Assigned to deleted (Paul Rivier)
•% Done changed from 0 to 10
•Status changed from New to Resolved
•Assigned to deleted (Paul Rivier)
•% Done changed from 0 to 10
-------
I explored appended data in the MySQL table 'journal_details',
records (or several records) also was duplicated (see attached picture).
Plrase, HELP, what could be wrong???
How to fix this bug?
Thank you!
Alexey.
Files