Commit 1c634bbb authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: resetDynamicDocuments just after installing bootstrap Business Manager(s)

parent 0587f7c8
......@@ -2336,9 +2336,9 @@ class ERP5Generator(PortalGenerator):
if not update:
self.setupWorkflow(p)
self.setupERP5Core(p,**kw)
self.setupERP5Promise(p,**kw)
# XXX: Force setting of properties setter and getters after bootstrap
p.portal_types.resetDynamicDocuments()
self.setupERP5Promise(p,**kw)
# Make sure the cache is initialized
p.portal_caches.updateCache()
......
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