Commit c57b37d5 authored by Jim Fulton's avatar Jim Fulton

Added the global undo manager. This provides a hook for playing with

and eventually incorporating multi-database undo facilities.
parent 050e77d5
......@@ -115,6 +115,10 @@ else:
DB=ZODB.DB(DB)
Globals.DB=DB # Ick, this is temporary until we come up with some registry
# Hook for providing multiple transaction object manager undo support:
Globals.UndoManager=DB
Globals.opened.append(DB)
import ClassFactory
DB.setClassFactory(ClassFactory.ClassFactory)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment