Skip to content

Commit 594aa00

Browse files
committed
Preserve titleMsgId from themesConfig groups
1 parent 1e20667 commit 594aa00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config_generator/map_viewer_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ def theme_group(self, cfg_group, themes_config, assets_dir, autogenExternalLayer
371371
self.groupCounter += 1
372372
group['id'] = "g%d" % self.groupCounter
373373
group['title'] = cfg_group.get('title')
374+
group['titleMsgId'] = cfg_group.get('titleMsgId')
374375

375376
# collect sub theme items
376377
items = []

0 commit comments

Comments
 (0)