Commit 5a66801f authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added comment


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2427 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2ab7940e
...@@ -164,7 +164,7 @@ class ERP5TypeInformation( FactoryTypeInformation ): ...@@ -164,7 +164,7 @@ class ERP5TypeInformation( FactoryTypeInformation ):
if previous_property_sheet_list != self.property_sheet_list or \ if previous_property_sheet_list != self.property_sheet_list or \
base_category_list != self.base_category_list: base_category_list != self.base_category_list:
from Products.ERP5Type.Base import _aq_reset from Products.ERP5Type.Base import _aq_reset
_aq_reset() _aq_reset() # XXX We should also call it whenever we change workflow defitino
return result return result
InitializeClass( ERP5TypeInformation ) InitializeClass( ERP5TypeInformation )
......
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