Commit 124346a5 authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

portal_type_class.py: remove unused modifications added during the developement.

parent b2b62c12
...@@ -395,6 +395,7 @@ def synchronizeDynamicModules(context, force=False): ...@@ -395,6 +395,7 @@ def synchronizeDynamicModules(context, force=False):
# stored in WorkflowMethod objects: our generation of workflow # stored in WorkflowMethod objects: our generation of workflow
# methods adds/registers/wraps existing methods, but does not # methods adds/registers/wraps existing methods, but does not
# remove old chains. Do it now. # remove old chains. Do it now.
resetRegisteredWorkflowMethod() resetRegisteredWorkflowMethod()
# Some method generations are based on portal methods, and portal # Some method generations are based on portal methods, and portal
# methods cache results. So it is safer to invalidate the cache. # methods cache results. So it is safer to invalidate the cache.
......
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