Actions
Defect #1105
closedActiveRecord::StaleObjectError exception generated on duplicate issues
Start date:
2008-04-25
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
As documented in the forum...
http://www.redmine.org/boards/2/topics/show/512
I have three issues eg. A,B and C that are all reporting the same bug.
Issues A and B were entered first and related as duplicates of each other.
Despite being documented in the FAQ, it was non-intuitive that changing the state of one of these also changed the state of it's duplicate.
There might have been intervening state changes to any of the three issues.
Later, C was added and related as a duplicate of both A and B.
Attempting to change the state of this third duplicate (triplicate?) caused a StaleObject exception.
This is rails 2.0.2 running on Windows XP (SP2), SQLite backend, mongrel server, private intranet.
Actions