server/hook.py
branchstable
changeset 6730 253dd28cc35f
parent 6426 541659c39f6a
child 6753 2bbc1010494c
--- a/server/hook.py	Thu Dec 02 10:09:35 2010 +0100
+++ b/server/hook.py	Mon Dec 06 19:11:28 2010 +0100
@@ -747,7 +747,7 @@
                 MyOperation.get_instance(self._cw).add_data(self.entity)
 
 
-        class MyOperation(DataOperation, DataOperationMixIn):
+        class MyOperation(DataOperationMixIn, Operation):
             def precommit_event(self):
                 for bucket in self.get_data():
                     process(bucket)