Commit 5fa775ea authored by Arnaud Fontaine's avatar Arnaud Fontaine

Disable reset of classes

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39349 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4b1179b8
......@@ -303,7 +303,7 @@ def synchronizeDynamicModules(context, force=False):
* with force=True, forcefully reset the classes on the current node
and send out an invalidation to other nodes
"""
return # XXX disabled for now
# return # XXX disabled for now
LOG("ERP5Type.Dynamic", INFO, "Resetting dynamic classes")
portal = context.getPortalObject()
......
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