Commit b7f51986 authored by Grégory Wisniewski's avatar Grégory Wisniewski

NEO (must) support undo, say it to ZODB.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1796 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 8c0e086e
......@@ -106,7 +106,10 @@ class Storage(BaseStorage.BaseStorage,
return self.app.undoLog(first, last, filter)
def supportsUndo(self):
return 0
return True
def supportsTransactionalUndo(self):
return True
def abortVersion(self, src, transaction):
return '', []
......
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