Richard E. Flower wrote:
I saw some references to it in another older thread
from last year..
User: Input is conflicting with concurrent modification
In my case, my object being edited through Magritte was read in by Glorp..
I'm using Keith's RealMemento (on VW).. I believe it thinks that the
objects
are different even though I made no changes. I guess its safe to
assume I need
to see why the comparison is failing? Any other suggestions would be
appreciated!
-- Rick
It takes a copy of the original, then compares the model to the copy to
make sure that no one else has changed it in the mean time, before
applying the new one.
If your real memento copy is not a completely independent copy then it
may be modifying the model by accident. On commit it finds the model has
changed.
Keith