Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit ccfdd47

Browse files
committed
Read generic config entry from themesConfig
1 parent 9e9194f commit ccfdd47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ def getTheme(config, permissions, configItem, result, resultItem):
419419
if "skipEmptyFeatureAttributes" in configItem:
420420
resultItem["skipEmptyFeatureAttributes"] = configItem["skipEmptyFeatureAttributes"]
421421

422-
if "allowReorderingLayers" in configItem:
423-
resultItem["allowReorderingLayers"] = configItem["allowReorderingLayers"]
422+
if "config" in configItem:
423+
resultItem["config"] = configItem["config"]
424424

425425
if "mapTips" in configItem:
426426
resultItem["mapTips"] = configItem["mapTips"]

0 commit comments

Comments
 (0)