We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c96819e + d860011 commit f3fcd94Copy full SHA for f3fcd94
changes/530.fixed
@@ -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
@@ -37,6 +37,7 @@ class SSOTInfobloxConfig(PrimaryModel): # pylint: disable=too-many-ancestors
37
"""SSOT Infoblox Configuration model."""
38
39
name = models.CharField(max_length=CHARFIELD_MAX_LENGTH, unique=True)
40
+ is_saved_view_model = False
41
description = models.CharField(
42
max_length=CHARFIELD_MAX_LENGTH,
43
blank=True,
0 commit comments