Fix empty override settings
Apparently empty dropdowns now return None
This commit is contained in:
@@ -420,6 +420,9 @@ def create_override_settings_dict(text_pairs):
|
||||
"""
|
||||
|
||||
res = {}
|
||||
|
||||
if not text_pairs:
|
||||
return res
|
||||
|
||||
params = {}
|
||||
for pair in text_pairs:
|
||||
|
||||
Reference in New Issue
Block a user