[gen] Calendar: bugfix; wrapper.appyUser returns the admin if the user is 'System Processes', the virtual user that runs when Zope is starting.

This commit is contained in:
Gaetan Delannay 2013-05-17 15:00:31 +02:00
parent b996de09c6
commit d45e314ac1
3 changed files with 9 additions and 3 deletions

View file

@ -414,9 +414,9 @@ class ZopeInstaller:
self.enableUserTracking()
self.configureSessions()
self.installBaseObjects()
self.installCatalog()
# The following line cleans and rebuilds the catalog entirely.
#self.app.config.appy().refreshCatalog()
self.installCatalog()
self.installTool()
self.installUi()
# Perform migrations if required