[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:
parent
b996de09c6
commit
d45e314ac1
3 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue