Commit 1176b771 authored by crazywoola's avatar crazywoola

test: return

parent 22d39ec7
...@@ -40,6 +40,7 @@ class WorkspaceService: ...@@ -40,6 +40,7 @@ class WorkspaceService:
remove_webapp_brand = tenant.custom_config_dict.get('remove_webapp_brand', False) remove_webapp_brand = tenant.custom_config_dict.get('remove_webapp_brand', False)
# Make sure the custom_config_dict is updated with the new values # Make sure the custom_config_dict is updated with the new values
tenant.custom_config_dict.update({ tenant.custom_config_dict.update({
'base_url': base_url,
'remove_webapp_brand': remove_webapp_brand, 'remove_webapp_brand': remove_webapp_brand,
'replace_webapp_logo': replace_webapp_logo, 'replace_webapp_logo': replace_webapp_logo,
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment