Commit 97231f96 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Get rid of legacy method registration cache.

parent 7e04d885
...@@ -301,10 +301,6 @@ def _aq_reset(): ...@@ -301,10 +301,6 @@ def _aq_reset():
from Products.ERP5.ERP5Site import getSite from Products.ERP5.ERP5Site import getSite
getSite().portal_types.resetDynamicDocuments() getSite().portal_types.resetDynamicDocuments()
global method_registration_cache
method_registration_cache = {}
class PropertyHolder(object): class PropertyHolder(object):
isRADContent = 1 isRADContent = 1
WORKFLOW_METHOD_MARKER = ('Base._doNothing',) WORKFLOW_METHOD_MARKER = ('Base._doNothing',)
......
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