Skip to content

Commit

Permalink
Resolved error when accessing the Golden Config Settings list view (#836
Browse files Browse the repository at this point in the history
)
  • Loading branch information
smk4664 authored Nov 27, 2024
1 parent ab5808b commit 7452e56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/835.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Resolved error when accessing the Golden Config Settings list view.
1 change: 1 addition & 0 deletions nautobot_golden_config/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ class GoldenConfigSetting(PrimaryModel): # pylint: disable=too-many-ancestors
on_delete=models.PROTECT,
related_name="golden_config_setting",
)
is_dynamic_group_associable_model = False

objects = GoldenConfigSettingManager()

Expand Down

0 comments on commit 7452e56

Please sign in to comment.