Commit 29bb558d authored by iv's avatar iv

ERP5Workflow: rename Variable module by WorkflowVariable in import statement

parent 19685862
......@@ -64,8 +64,8 @@ class PortalTypeClassInteractor(Interactor):
self.on(Transition._delObject).doAfter(self.resetDynamic)
self.on(Transition._edit).doAfter(self.resetDynamic)
from Products.ERP5Workflow.Document.Variable import Variable
self.on(Variable._edit).doAfter(self.resetDynamic)
from Products.ERP5Workflow.Document.WorkflowVariable import WorkflowVariable
self.on(WorkflowVariable._edit).doAfter(self.resetDynamic)
def resetDynamic(self, method_call_object, *args, **kw):
......
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