Hallo,
can someone please confirm that the undoManager does only cache ec-
States which are connected to database changes (inserts/
saveChanges), but not database states connected with fetches or
such, which are only displayed in a component (no change possible/
done)?
None of the above. :-) The EOEditingContext's undo manager
snapshots changes in the EOs that the EC manages. It does not matter
if these have been saved to the data store or not. Since fetches
don't change the state of EOs, they are not reflected in the undo
manager.