2021.4 #19

Merged
edraft merged 237 commits from 2021.4 into master 2021-04-01 10:13:33 +02:00
Showing only changes of commit 0b6b205819 - Show all commits

View File

@ -253,7 +253,7 @@ class Configuration(ConfigurationABC):
return self._hosting_environment.customer
if search_type not in self._config:
raise Exception(f'Config model by type {search_type} not found')
return None
for config_model in self._config:
if config_model == search_type: