Merge pull request #9077 from rohitwaghchaure/fixed_patch_home_settings_for_users_develop
fix: patch home_settings_for_all_users
This commit is contained in:
commit
723106a08b
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ def execute():
|
|||
all_modules = set([m.get('name') or m.get('module_name') or m.get('label') \
|
||||
for m in all_modules if m.get('category') in category_to_check])
|
||||
|
||||
hidden_modules = home_settings['hidden_modules']
|
||||
hidden_modules = home_settings.get("hidden_modules", [])
|
||||
|
||||
modules_in_home_settings = set(visible_modules + hidden_modules)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue