Skip to content

Commit

Permalink
Merge pull request #552 from nautobot/alhogan-ltm-2.8-saved-views
Browse files Browse the repository at this point in the history
Disable saved view for SSOTInfobloxConfig on LTM-2.8
  • Loading branch information
jdrew82 authored Sep 23, 2024
2 parents c96819e + d860011 commit f3fcd94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/530.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed Infoblox Configuration List Bug when on Nautobot 2.3 by disabling SSOTInfobloxConfig from being a saved view.
1 change: 1 addition & 0 deletions nautobot_ssot/integrations/infoblox/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class SSOTInfobloxConfig(PrimaryModel): # pylint: disable=too-many-ancestors
"""SSOT Infoblox Configuration model."""

name = models.CharField(max_length=CHARFIELD_MAX_LENGTH, unique=True)
is_saved_view_model = False
description = models.CharField(
max_length=CHARFIELD_MAX_LENGTH,
blank=True,
Expand Down

0 comments on commit f3fcd94

Please sign in to comment.