do not remove context user when reset config
This commit is contained in:
@ -1032,7 +1032,13 @@ class TiramisuContextConfig(TiramisuContext):
|
||||
|
||||
def _c_reset(self):
|
||||
# Option's values
|
||||
context_owner = self.config_bag.context.cfgimpl_get_values().get_context_owner()
|
||||
self.config_bag.context.cfgimpl_get_values()._p_.importation((tuple(), tuple(), tuple(), tuple()))
|
||||
self.config_bag.context.cfgimpl_get_values()._p_.setvalue(None,
|
||||
None,
|
||||
context_owner,
|
||||
None,
|
||||
True)
|
||||
# Option's informations
|
||||
self.config_bag.context.cfgimpl_get_values()._p_.del_informations()
|
||||
# Option's properties
|
||||
|
Reference in New Issue
Block a user