mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 00:36:11 -06:00
10595 move contacts to Provider
This commit is contained in:
parent
4ac98a2c26
commit
d30ae7e367
@ -37,7 +37,7 @@ class CircuitTypeType(OrganizationalObjectType):
|
|||||||
filterset_class = filtersets.CircuitTypeFilterSet
|
filterset_class = filtersets.CircuitTypeFilterSet
|
||||||
|
|
||||||
|
|
||||||
class ProviderType(NetBoxObjectType):
|
class ProviderType(NetBoxObjectType, ContactsMixin):
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
model = models.Provider
|
model = models.Provider
|
||||||
@ -45,7 +45,7 @@ class ProviderType(NetBoxObjectType):
|
|||||||
filterset_class = filtersets.ProviderFilterSet
|
filterset_class = filtersets.ProviderFilterSet
|
||||||
|
|
||||||
|
|
||||||
class ProviderNetworkType(NetBoxObjectType, ContactsMixin):
|
class ProviderNetworkType(NetBoxObjectType):
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
model = models.ProviderNetwork
|
model = models.ProviderNetwork
|
||||||
|
Loading…
Reference in New Issue
Block a user