ERP5Site: register missing tools
... so that queryUtility can later access the correct ones. Note: we do not necessarily want to register all tools.
Showing
... | @@ -462,7 +462,6 @@ def synchronizeDynamicModules(context, force=False): | ... | @@ -462,7 +462,6 @@ def synchronizeDynamicModules(context, force=False): |
portal.portal_skins.changeSkin(None) | portal.portal_skins.changeSkin(None) | ||
TransactionalResource(tpc_finish=lambda txn: | TransactionalResource(tpc_finish=lambda txn: | ||
_bootstrapped.add(portal.id)) | _bootstrapped.add(portal.id)) | ||
transaction.get().note('Site migrated') | |||
|
|||
LOG('ERP5Site', INFO, 'Transition successful, please update your' | LOG('ERP5Site', INFO, 'Transition successful, please update your' | ||
' business templates') | ' business templates') | ||
else: | else: | ||
... | ... |