Skip to content

Commit f3fcd94

Browse files
authored
Merge pull request #552 from nautobot/alhogan-ltm-2.8-saved-views
Disable saved view for SSOTInfobloxConfig on LTM-2.8
2 parents c96819e + d860011 commit f3fcd94

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changes/530.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed Infoblox Configuration List Bug when on Nautobot 2.3 by disabling SSOTInfobloxConfig from being a saved view.

nautobot_ssot/integrations/infoblox/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class SSOTInfobloxConfig(PrimaryModel): # pylint: disable=too-many-ancestors
3737
"""SSOT Infoblox Configuration model."""
3838

3939
name = models.CharField(max_length=CHARFIELD_MAX_LENGTH, unique=True)
40+
is_saved_view_model = False
4041
description = models.CharField(
4142
max_length=CHARFIELD_MAX_LENGTH,
4243
blank=True,

0 commit comments

Comments
 (0)