Commit bed82258 authored by Arnaud Fontaine's avatar Arnaud Fontaine

When adding a Base Category, call resetDynamicDocumentsOnceAtTransactionBoundary

to re-generate accessors upon commit



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43011 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 80b82f08
......@@ -70,4 +70,5 @@ class BaseCategory(CMFBaseCategory, XMLObject):
"""
Reset Accessors
"""
self.getPortalObject().portal_types.resetDynamicDocumentsOnceAtTransactionBoundary()
CMFBaseCategory.manage_afterAdd(self, item, container)
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