13 Jan
2005
13 Jan
'05
9:33 p.m.
Pascal Peregrina wrote at 2005-1-13 17:00 +0100:
... 2 objects A and B modified in same transaction ... Unfortunately, when I undo a change on A (using undo tab in ZMI), information is not removed from B.
Can someone tell me what I did wrong ?
When the change to A and B happens in the same transaction, then the undo must revert both changes. If it does not, you hit a bug. Note that in older Zope versions, invalidation messages were not sent correctly for "undo" (from ZEO). This was fixed with ZODB 3.2. -- Dieter