entropy.client.interfaces.methods.Repository: make sure that SystemSettings
are reloaded after every reopen_client_repository call
This commit is contained in:
@@ -402,6 +402,8 @@ class Repository:
|
||||
def reopen_client_repository(self):
|
||||
self.clientDbconn.closeDB()
|
||||
self.open_client_repository()
|
||||
# make sure settings are in sync
|
||||
self.SystemSettings.clear()
|
||||
|
||||
def __client_repo_setup_const(self, conn):
|
||||
if conn.doesTableExist('configprotect') and conn.doesTableExist('configprotectreference'):
|
||||
|
||||
Reference in New Issue
Block a user